#D1C3DC

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

Shades of Fog #D1C3DC

Tints of Fog #D1C3DC

Color information

#D1C3DC (or 0xD1C3DC) is unknown color: approx Fog. HEX triplet: D1, C3 and DC. RGB value is (209,195,220). Sum of RGB (Red+Green+Blue) = 209+195+220=624 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.49% from 624); Green value is 195 (76.56% from 255 or 31.25% from 624); Blue value is 220 (86.33% from 255 or 35.26% from 624); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C3DC is #2E3C23. Grayscale: #C9C9C9. Windows color (decimal): -3030052 or 14468049. OLE color: 14468049.

HSL color Cylindrical-coordinate representation of color #D1C3DC: hue angle of 273.6º degrees, saturation: 0.26, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D1C3DC is Cyan = 0.05, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB209195220-
CMYK0.050.1100.14
HSL273.6º26.32%81.37%-
HSV(B)273.6º11.36%86.27%-
XYZ58.7357.7575.76-
YUV202.04138.14132.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.49%
GREEN value IS 195 (76.56% from 255) = 31.25%
BLUE value IS 220 (86.33% from 255) = 35.26%
R=33.49%
G=31.25%
B=35.26%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091952200.050.1100.14273.626.3281.37
HexD1C3DC5B0E1121a51
Octal32130333451301642232121
Binary110100011100001111011100101101101110100010010110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C3DC; }

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

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

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

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

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

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

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

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