#CFCCD6

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

Shades of Fog #CFCCD6

Tints of Fog #CFCCD6

Color information

#CFCCD6 (or 0xCFCCD6) is unknown color: approx Fog. HEX triplet: CF, CC and D6. RGB value is (207,204,214). Sum of RGB (Red+Green+Blue) = 207+204+214=625 (82% of max value = 765). Red value is 207 (81.25% from 255 or 33.12% from 625); Green value is 204 (80.08% from 255 or 32.64% from 625); Blue value is 214 (83.98% from 255 or 34.24% from 625); Max value from RGB is 214 - color contains mainly: blue. Hex color #CFCCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCCD6 is #303329. Grayscale: #CDCDCD. Windows color (decimal): -3158826 or 14077135. OLE color: 14077135.

HSL color Cylindrical-coordinate representation of color #CFCCD6: hue angle of 258º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CFCCD6 is Cyan = 0.03, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB207204214-
CMYK0.030.0500.16
HSL258º10.87%81.96%-
HSV(B)258º4.67%83.92%-
XYZ59.4661.3172.32-
YUV206.04132.49128.69-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.12%
GREEN value IS 204 (80.08% from 255) = 32.64%
BLUE value IS 214 (83.98% from 255) = 34.24%
R=33.12%
G=32.64%
B=34.24%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2072042140.030.0500.1625810.8781.96
HexCFCCD635010102b52
Octal3173143263502040213122
Binary1100111111001100110101101110101000010000001010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCCD6; }

 p { color: rgb(207,204,214); }

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

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

 a { background-color: rgb(207,204,214); }

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

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

 span { border-color: rgb(207,204,214); }

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