#D0C3DC

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

Shades of Fog #D0C3DC

Tints of Fog #D0C3DC

Color information

#D0C3DC (or 0xD0C3DC) is unknown color: approx Fog. HEX triplet: D0, C3 and DC. RGB value is (208,195,220). Sum of RGB (Red+Green+Blue) = 208+195+220=623 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.39% from 623); Green value is 195 (76.56% from 255 or 31.30% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0C3DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C3DC is #2F3C23. Grayscale: #C9C9C9. Windows color (decimal): -3095588 or 14468048. OLE color: 14468048.

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

Color convert

RGB208195220-
CMYK0.050.1100.14
HSL271.2º26.32%81.37%-
HSV(B)271.2º11.36%86.27%-
XYZ58.4557.6175.75-
YUV201.74138.31132.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.39%
GREEN value IS 195 (76.56% from 255) = 31.30%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=33.39%
G=31.30%
B=35.31%

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
Decimal2081952200.050.1100.14271.226.3281.37
HexD0C3DC5B0E10f1a51
Octal32030333451301641732121
Binary110100001100001111011100101101101110100001111110101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C3DC; }

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

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

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

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

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

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

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

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