#D1C5DC

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

Shades of Fog #D1C5DC

Tints of Fog #D1C5DC

Color information

#D1C5DC (or 0xD1C5DC) is unknown color: approx Fog. HEX triplet: D1, C5 and DC. RGB value is (209,197,220). Sum of RGB (Red+Green+Blue) = 209+197+220=626 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.39% from 626); Green value is 197 (77.34% from 255 or 31.47% from 626); Blue value is 220 (86.33% from 255 or 35.14% from 626); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1C5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C5DC is #2E3A23. Grayscale: #CBCBCB. Windows color (decimal): -3029540 or 14468561. OLE color: 14468561.

HSL color Cylindrical-coordinate representation of color #D1C5DC: hue angle of 271.3º degrees, saturation: 0.25, 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 #D1C5DC is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209197220-
CMYK0.050.1000.14
HSL271.3º24.73%81.76%-
HSV(B)271.3º10.45%86.27%-
XYZ59.1858.6675.91-
YUV203.21137.48132.13-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.39%
GREEN value IS 197 (77.34% from 255) = 31.47%
BLUE value IS 220 (86.33% from 255) = 35.14%
R=33.39%
G=31.47%
B=35.14%

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
Decimal2091972200.050.1000.14271.324.7381.76
HexD1C5DC5A0E10f1952
Octal32130533451201641731122
Binary110100011100010111011100101101001110100001111110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C5DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C5DC; }

 p { color: rgb(209,197,220); }

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

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

 a { background-color: rgb(209,197,220); }

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

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

 span { border-color: rgb(209,197,220); }

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