#CFC6DD

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

Shades of Fog #CFC6DD

Tints of Fog #CFC6DD

Color information

#CFC6DD (or 0xCFC6DD) is unknown color: approx Fog. HEX triplet: CF, C6 and DD. RGB value is (207,198,221). Sum of RGB (Red+Green+Blue) = 207+198+221=626 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.07% from 626); Green value is 198 (77.73% from 255 or 31.63% from 626); Blue value is 221 (86.72% from 255 or 35.30% from 626); Max value from RGB is 221 - color contains mainly: blue. Hex color #CFC6DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6DD is #303922. Grayscale: #CBCBCB. Windows color (decimal): -3160355 or 14534351. OLE color: 14534351.

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

Color convert

RGB207198221-
CMYK0.060.1000.13
HSL263.48º25.27%82.16%-
HSV(B)263.48º10.41%86.67%-
XYZ58.9858.8776.66-
YUV203.31137.98130.63-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.07%
GREEN value IS 198 (77.73% from 255) = 31.63%
BLUE value IS 221 (86.72% from 255) = 35.30%
R=33.07%
G=31.63%
B=35.30%

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
Decimal2071982210.060.1000.13263.4825.2782.16
HexCFC6DD6A0D1071952
Octal31730633561201540731122
Binary110011111100011011011101110101001101100000111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6DD; }

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

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

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

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

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

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

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

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