#D1C8DA

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

Shades of Fog #D1C8DA

Tints of Fog #D1C8DA

Color information

#D1C8DA (or 0xD1C8DA) is unknown color: approx Fog. HEX triplet: D1, C8 and DA. RGB value is (209,200,218). Sum of RGB (Red+Green+Blue) = 209+200+218=627 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.33% from 627); Green value is 200 (78.52% from 255 or 31.90% from 627); Blue value is 218 (85.55% from 255 or 34.77% from 627); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1C8DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C8DA is #2E3725. Grayscale: #CCCCCC. Windows color (decimal): -3028774 or 14338257. OLE color: 14338257.

HSL color Cylindrical-coordinate representation of color #D1C8DA: hue angle of 270º degrees, saturation: 0.2, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D1C8DA is Cyan = 0.04, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209200218-
CMYK0.040.0800.15
HSL270º19.57%81.96%-
HSV(B)270º8.26%85.49%-
XYZ59.659.9374.76-
YUV204.74135.48131.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.33%
GREEN value IS 200 (78.52% from 255) = 31.90%
BLUE value IS 218 (85.55% from 255) = 34.77%
R=33.33%
G=31.90%
B=34.77%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092002180.040.0800.1527019.5781.96
HexD1C8DA480F10e1452
Octal32131033241001741624122
Binary110100011100100011011010100100001111100001110101001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C8DA; }

 p { color: rgb(209,200,218); }

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

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

 a { background-color: rgb(209,200,218); }

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

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

 span { border-color: rgb(209,200,218); }

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