Color Hex Logo

#cfc1dd Color Hex

#CFC1DD
(207,193,221)
0 Favorites   0 Comments

Color spaces of #cfc1dd

RGB 207193221
HSL0.750.290.81
HSV270°13°87°
CMYK 0.060.130.00   0.13
XYZ57.853256.625876.2873
Yxy56.62580.30330.2968
Hunter Lab75.25015.5453-7.4321
CIE-Lab79.968710.0822-12.1713

#cfc1dd color RGB value is (207,193,221).

#cfc1dd hex color red value is 207, green value is 193 and the blue value of its RGB is 221. Cylindrical-coordinate representations (also known as HSL) of color #cfc1dd hue: 0.75 , saturation: 0.29 and the lightness value of cfc1dd is 0.81.

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

Base Numbers

BaseRedGreenBlue
Binary 11001111 11000001 11011101
Octal 317 301 335
Decimal 207 193 221
Hex CF C1 DD

RGB Percentages of Color #cfc1dd

%33.33
%31.08
%35.59

CMYK Percentages of Color #cfc1dd

%6
%13
%0
%13

Triadic Colors of #cfc1dd

#cfc1dd #ddcfc1 #c1ddcf

Analogous Colors of #cfc1dd

#cfc1dd #ddc1dd #c1c1dd

Monochromatic Colors of #cfc1dd

#cfc1dd

Complementary Color

#cfc1dd #cfddc1

#cfc1dd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#cfc1dd Color Preview on White Background

Lorem ipsum dolor sit amet.

#cfc1dd Color CSS Codes

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

#cfc1dd Text Font Color

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

This sample text font color is #cfc1dd
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.


#cfc1dd Background Color

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

This div background color is #cfc1dd


#cfc1dd Border Color

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

This div border color is #cfc1dd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(207,193,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 #cfc1dd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #cfc1dd


Comments

No comments written yet.

Please login to write comment.