#D0C5DE

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

Shades of Fog #D0C5DE

Tints of Fog #D0C5DE

Color information

#D0C5DE (or 0xD0C5DE) is unknown color: approx Fog. HEX triplet: D0, C5 and DE. RGB value is (208,197,222). Sum of RGB (Red+Green+Blue) = 208+197+222=627 (83% of max value = 765). Red value is 208 (81.64% from 255 or 33.17% from 627); Green value is 197 (77.34% from 255 or 31.42% from 627); Blue value is 222 (87.11% from 255 or 35.41% from 627); Max value from RGB is 222 - color contains mainly: blue. Hex color #D0C5DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C5DE is #2F3A21. Grayscale: #CBCBCB. Windows color (decimal): -3095074 or 14599632. OLE color: 14599632.

HSL color Cylindrical-coordinate representation of color #D0C5DE: hue angle of 266.4º degrees, saturation: 0.27, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D0C5DE is Cyan = 0.06, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB208197222-
CMYK0.060.1100.13
HSL266.4º27.47%82.16%-
HSV(B)266.4º11.26%87.06%-
XYZ59.1658.6277.3-
YUV203.14138.64131.47-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.17%
GREEN value IS 197 (77.34% from 255) = 31.42%
BLUE value IS 222 (87.11% from 255) = 35.41%
R=33.17%
G=31.42%
B=35.41%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2081972220.060.1100.13266.427.4782.16
HexD0C5DE6B0D10a1b52
Octal32030533661301541233122
Binary110100001100010111011110110101101101100001010110111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C5DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C5DE; }

 p { color: rgb(208,197,222); }

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

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

 a { background-color: rgb(208,197,222); }

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

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

 span { border-color: rgb(208,197,222); }

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