#CFC8DD

Color #CFC8DD Fog (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Fog #CFC8DD

Tints of Fog #CFC8DD

Color information

#CFC8DD (or 0xCFC8DD) is unknown color: approx Fog. HEX triplet: CF, C8 and DD. RGB value is (207,200,221). Sum of RGB (Red+Green+Blue) = 207+200+221=628 (83% of max value = 765). Red value is 207 (81.25% from 255 or 32.96% from 628); Green value is 200 (78.52% from 255 or 31.85% from 628); Blue value is 221 (86.72% from 255 or 35.19% from 628); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC8DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC8DD is #303722. Grayscale: #CCCCCC. Windows color (decimal): -3159843 or 14534863. OLE color: 14534863.

HSL color Cylindrical-coordinate representation of color #CFC8DD: hue angle of 260º degrees, saturation: 0.24, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC8DD is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB207200221-
CMYK0.060.1000.13
HSL260º23.6%82.55%-
HSV(B)260º9.5%86.67%-
XYZ59.4459.7976.82-
YUV204.49137.32129.79-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 207 (81.25% from 255) = 32.96%
GREEN value IS 200 (78.52% from 255) = 31.85%
BLUE value IS 221 (86.72% from 255) = 35.19%
R=32.96%
G=31.85%
B=35.19%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2072002210.060.1000.1326023.682.55
HexCFC8DD6A0D1041853
Octal31731033561201540430123
Binary110011111100100011011101110101001101100000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC8DD; }

 p { color: rgb(207,200,221); }

 H1.HeaderClassName
 {
   color: #CFC8DD;
 }
 .AnyTagClassName
 {
   color: #CFC8DD;
 }
</style>
background-color css

<style>
 a { background-color: #CFC8DD; }

 a { background-color: rgb(207,200,221); }

 div.DivClassName
 {
   background-color: #CFC8DD;
 }
 .BgClassName
 {
   background-color: #CFC8DD;
 }
</style>
border-color css

<style>
 span { border-color: #CFC8DD; }

 span { border-color: rgb(207,200,221); }

 td.TdClassName
 {
   border-color: #CFC8DD;
 }
 .TagClassName
 {
   border-color: #CFC8DD;
 }
</style>