#D9CAEC

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

Shades of Fog #D9CAEC

Tints of Fog #D9CAEC

Color information

#D9CAEC (or 0xD9CAEC) is unknown color: approx Fog. HEX triplet: D9, CA and EC. RGB value is (217,202,236). Sum of RGB (Red+Green+Blue) = 217+202+236=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 202 (79.30% from 255 or 30.84% from 655); Blue value is 236 (92.58% from 255 or 36.03% from 655); Max value from RGB is 236 - color contains mainly: blue. Hex color #D9CAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAEC is #263513. Grayscale: #D2D2D2. Windows color (decimal): -2503956 or 15518425. OLE color: 15518425.

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

Color convert

RGB217202236-
CMYK0.080.1400.07
HSL266.47º47.22%85.88%-
HSV(B)266.47º14.41%92.55%-
XYZ64.8863.0588.11-
YUV210.36142.47132.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.13%
GREEN value IS 202 (79.30% from 255) = 30.84%
BLUE value IS 236 (92.58% from 255) = 36.03%
R=33.13%
G=30.84%
B=36.03%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172022360.080.1400.07266.4747.2285.88
HexD9CAEC8E0710a2f56
Octal33131235410160741257126
Binary1101100111001010111011001000111001111000010101011111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAEC; }

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

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

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

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

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

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

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

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