#D0C2DC

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

Shades of Fog #D0C2DC

Tints of Fog #D0C2DC

Color information

#D0C2DC (or 0xD0C2DC) is unknown color: approx Fog. HEX triplet: D0, C2 and DC. RGB value is (208,194,220). Sum of RGB (Red+Green+Blue) = 208+194+220=622 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.44% from 622); Green value is 194 (76.17% from 255 or 31.19% from 622); Blue value is 220 (86.33% from 255 or 35.37% from 622); Max value from RGB is 220 - color contains mainly: blue. Hex color #D0C2DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C2DC is #2F3D23. Grayscale: #C9C9C9. Windows color (decimal): -3095844 or 14467792. OLE color: 14467792.

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

Color convert

RGB208194220-
CMYK0.050.1200.14
HSL272.31º27.08%81.18%-
HSV(B)272.31º11.82%86.27%-
XYZ58.2257.1675.67-
YUV201.15138.64132.89-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.44%
GREEN value IS 194 (76.17% from 255) = 31.19%
BLUE value IS 220 (86.33% from 255) = 35.37%
R=33.44%
G=31.19%
B=35.37%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2081942200.050.1200.14272.3127.0881.18
HexD0C2DC5C0E1101b51
Octal32030233451401642033121
Binary110100001100001011011100101110001110100010000110111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C2DC; }

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

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

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

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

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

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

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

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