#D9CDEE

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

Shades of Fog #D9CDEE

Tints of Fog #D9CDEE

Color information

#D9CDEE (or 0xD9CDEE) is unknown color: approx Fog. HEX triplet: D9, CD and EE. RGB value is (217,205,238). Sum of RGB (Red+Green+Blue) = 217+205+238=660 (87% of max value = 765). Red value is 217 (85.16% from 255 or 32.88% from 660); Green value is 205 (80.47% from 255 or 31.06% from 660); Blue value is 238 (93.36% from 255 or 36.06% from 660); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9CDEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CDEE is #263211. Grayscale: #D4D4D4. Windows color (decimal): -2503186 or 15650265. OLE color: 15650265.

HSL color Cylindrical-coordinate representation of color #D9CDEE: hue angle of 261.82º degrees, saturation: 0.49, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9CDEE is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217205238-
CMYK0.090.1400.07
HSL261.82º49.25%86.86%-
HSV(B)261.82º13.87%93.33%-
XYZ65.8864.5989.88-
YUV212.35142.48131.32-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.88%
GREEN value IS 205 (80.47% from 255) = 31.06%
BLUE value IS 238 (93.36% from 255) = 36.06%
R=32.88%
G=31.06%
B=36.06%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172052380.090.1400.07261.8249.2586.86
HexD9CDEE9E071063157
Octal33131535611160740661127
Binary1101100111001101111011101001111001111000001101100011010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CDEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CDEE; }

 p { color: rgb(217,205,238); }

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

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

 a { background-color: rgb(217,205,238); }

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

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

 span { border-color: rgb(217,205,238); }

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