Color Hex Logo

#cfbddd Color Hex

#CFBDDD
(207,189,221)
0 Favorites   0 Comments

Color spaces of #cfbddd

RGB 207189221
HSL0.760.320.80
HSV274°14°87°
CMYK 0.060.140.00   0.13
XYZ56.980954.881075.9965
Yxy54.88100.30330.2921
Hunter Lab74.08177.6526-8.9653
CIE-Lab78.972712.2347-13.6625

#cfbddd color RGB value is (207,189,221).

#cfbddd hex color red value is 207, green value is 189 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfbddd hue: 0.76 , saturation: 0.32 and the lightness value of cfbddd is 0.80.

The process color (four color CMYK) of #cfbddd color hex is 0.06, 0.14, 0.00, 0.13. Web safe color of #cfbddd is #cccccc. Color #cfbddd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11001111 10111101 11011101
Octal 317 275 335
Decimal 207 189 221
Hex CF BD DD

RGB Percentages of Color #cfbddd

%33.55
%30.63
%35.82

CMYK Percentages of Color #cfbddd

%6
%14
%0
%13

Triadic Colors of #cfbddd

#cfbddd #ddcfbd #bdddcf

Analogous Colors of #cfbddd

#cfbddd #ddbddb #bfbddd

Monochromatic Colors of #cfbddd

#cfbddd

Complementary Color

#cfbddd #cbddbd

#cfbddd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfbddd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfbddd Color CSS Codes

.mybgcolor {background-color:#cfbddd; } 
.myforecolor {color:#cfbddd; }
.mybordercolor {border:3px solid #cfbddd; }

#cfbddd Text Font Color

<p style="color:#cfbddd">Text here</p>

This sample text font color is #cfbddd
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#cfbddd Background Color

<div style="background-color:#cfbddd">
Div content here</div>

This div background color is #cfbddd


#cfbddd Border Color

<div style="border:3px solid #cfbddd">
Div here</div>

This div border color is #cfbddd


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(207,189,221, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #cfbddd; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #cfbddd;
  -webkit-box-shadow: 1px 1px 3px 2px #cfbddd;
  box-shadow:         1px 1px 3px 2px #cfbddd; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,189,221, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #cfbddd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #cfbddd;
  -webkit-box-shadow: 1px 1px 3px 2px #cfbddd;
  box-shadow:         1px 1px 3px 2px #cfbddd;">
Div content here</div>

This div box has shadow with color #cfbddd


Comments

No comments written yet.

Please login to write comment.