#D8C0EC

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

Shades of Fog #D8C0EC

Tints of Fog #D8C0EC

Color information

#D8C0EC (or 0xD8C0EC) is unknown color: approx Fog. HEX triplet: D8, C0 and EC. RGB value is (216,192,236). Sum of RGB (Red+Green+Blue) = 216+192+236=644 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.54% from 644); Green value is 192 (75.39% from 255 or 29.81% from 644); Blue value is 236 (92.58% from 255 or 36.65% from 644); Max value from RGB is 236 - color contains mainly: blue. Hex color #D8C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D8C0EC is #273F13. Grayscale: #CCCCCC. Windows color (decimal): -2572052 or 15515864. OLE color: 15515864.

HSL color Cylindrical-coordinate representation of color #D8C0EC: hue angle of 272.73º degrees, saturation: 0.54, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D8C0EC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB216192236-
CMYK0.080.1900.07
HSL272.73º53.66%83.92%-
HSV(B)272.73º18.64%92.55%-
XYZ62.3158.3587.34-
YUV204.19145.95136.42-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.54%
GREEN value IS 192 (75.39% from 255) = 29.81%
BLUE value IS 236 (92.58% from 255) = 36.65%
R=33.54%
G=29.81%
B=36.65%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2161922360.080.1900.07272.7353.6683.92
HexD8C0EC813071113654
Octal33030035410230742166124
Binary11011000110000001110110010001001101111000100011101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8C0EC; }

 p { color: rgb(216,192,236); }

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

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

 a { background-color: rgb(216,192,236); }

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

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

 span { border-color: rgb(216,192,236); }

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