#D1CCD6

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

Shades of Fog #D1CCD6

Tints of Fog #D1CCD6

Color information

#D1CCD6 (or 0xD1CCD6) is unknown color: approx Fog. HEX triplet: D1, CC and D6. RGB value is (209,204,214). Sum of RGB (Red+Green+Blue) = 209+204+214=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 204 (80.08% from 255 or 32.54% from 627); Blue value is 214 (83.98% from 255 or 34.13% from 627); Max value from RGB is 214 - color contains mainly: blue. Hex color #D1CCD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CCD6 is #2E3329. Grayscale: #CECECE. Windows color (decimal): -3027754 or 14077137. OLE color: 14077137.

HSL color Cylindrical-coordinate representation of color #D1CCD6: hue angle of 270º 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 #D1CCD6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB209204214-
CMYK0.020.0500.16
HSL270º10.87%81.96%-
HSV(B)270º4.67%83.92%-
XYZ60.0261.672.34-
YUV206.64132.16129.69-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 204 (80.08% from 255) = 32.54%
BLUE value IS 214 (83.98% from 255) = 34.13%
R=33.33%
G=32.54%
B=34.13%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2092042140.020.0500.1627010.8781.96
HexD1CCD62501010eb52
Octal3213143262502041613122
Binary1101000111001100110101101010101000010000111010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1CCD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1CCD6; }

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

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

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

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

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

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

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

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