#D9C9EB

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

Shades of Fog #D9C9EB

Tints of Fog #D9C9EB

Color information

#D9C9EB (or 0xD9C9EB) is unknown color: approx Fog. HEX triplet: D9, C9 and EB. RGB value is (217,201,235). Sum of RGB (Red+Green+Blue) = 217+201+235=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 201 (78.91% from 255 or 30.78% from 653); Blue value is 235 (92.19% from 255 or 35.99% from 653); Max value from RGB is 235 - color contains mainly: blue. Hex color #D9C9EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9C9EB is #263614. Grayscale: #D1D1D1. Windows color (decimal): -2504213 or 15452633. OLE color: 15452633.

HSL color Cylindrical-coordinate representation of color #D9C9EB: hue angle of 268.24º degrees, saturation: 0.46, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C9EB is Cyan = 0.08, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB217201235-
CMYK0.080.1400.08
HSL268.24º45.95%85.49%-
HSV(B)268.24º14.47%92.16%-
XYZ64.562.5287.27-
YUV209.66142.3133.24-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 201 (78.91% from 255) = 30.78%
BLUE value IS 235 (92.19% from 255) = 35.99%
R=33.23%
G=30.78%
B=35.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2172012350.080.1400.08268.2445.9585.49
HexD9C9EB8E0810c2e55
Octal331311353101601041456125
Binary11011001110010011110101110001110010001000011001011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9EB; }

 p { color: rgb(217,201,235); }

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

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

 a { background-color: rgb(217,201,235); }

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

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

 span { border-color: rgb(217,201,235); }

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