#CFC6DB

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

Shades of Fog #CFC6DB

Tints of Fog #CFC6DB

Color information

#CFC6DB (or 0xCFC6DB) is unknown color: approx Fog. HEX triplet: CF, C6 and DB. RGB value is (207,198,219). Sum of RGB (Red+Green+Blue) = 207+198+219=624 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.17% from 624); Green value is 198 (77.73% from 255 or 31.73% from 624); Blue value is 219 (85.94% from 255 or 35.10% from 624); Max value from RGB is 219 - color contains mainly: blue. Hex color #CFC6DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFC6DB is #303924. Grayscale: #CBCBCB. Windows color (decimal): -3160357 or 14403279. OLE color: 14403279.

HSL color Cylindrical-coordinate representation of color #CFC6DB: hue angle of 265.71º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFC6DB is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB207198219-
CMYK0.050.1000.14
HSL265.71º22.58%81.76%-
HSV(B)265.71º9.59%85.88%-
XYZ58.7158.7775.27-
YUV203.08136.98130.79-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.17%
GREEN value IS 198 (77.73% from 255) = 31.73%
BLUE value IS 219 (85.94% from 255) = 35.10%
R=33.17%
G=31.73%
B=35.10%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2071982190.050.1000.14265.7122.5881.76
HexCFC6DB5A0E10a1752
Octal31730633351201641227122
Binary110011111100011011011011101101001110100001010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFC6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFC6DB; }

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

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

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

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

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

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

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

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