#D9C0EC

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

Shades of Fog #D9C0EC

Tints of Fog #D9C0EC

Color information

#D9C0EC (or 0xD9C0EC) is unknown color: approx Fog. HEX triplet: D9, C0 and EC. RGB value is (217,192,236). Sum of RGB (Red+Green+Blue) = 217+192+236=645 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.64% from 645); Green value is 192 (75.39% from 255 or 29.77% from 645); Blue value is 236 (92.58% from 255 or 36.59% from 645); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9C0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C0EC is #263F13. Grayscale: #CCCCCC. Windows color (decimal): -2506516 or 15515865. OLE color: 15515865.

HSL color Cylindrical-coordinate representation of color #D9C0EC: hue angle of 274.09º 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 #D9C0EC is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217192236-
CMYK0.080.1900.07
HSL274.09º53.66%83.92%-
HSV(B)274.09º18.64%92.55%-
XYZ62.6158.5187.35-
YUV204.49145.78136.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.64%
GREEN value IS 192 (75.39% from 255) = 29.77%
BLUE value IS 236 (92.58% from 255) = 36.59%
R=33.64%
G=29.77%
B=36.59%

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
Decimal2171922360.080.1900.07274.0953.6683.92
HexD9C0EC813071123654
Octal33130035410230742266124
Binary11011001110000001110110010001001101111000100101101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C0EC; }

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

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

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

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

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

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

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

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