#D9CAED

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

Shades of Fog #D9CAED

Tints of Fog #D9CAED

Color information

#D9CAED (or 0xD9CAED) is unknown color: approx Fog. HEX triplet: D9, CA and ED. RGB value is (217,202,237). Sum of RGB (Red+Green+Blue) = 217+202+237=656 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.08% from 656); Green value is 202 (79.30% from 255 or 30.79% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #D9CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAED is #263512. Grayscale: #D2D2D2. Windows color (decimal): -2503955 or 15583961. OLE color: 15583961.

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

Color convert

RGB217202237-
CMYK0.080.1500.07
HSL265.71º49.3%86.08%-
HSV(B)265.71º14.77%92.94%-
XYZ65.0263.1188.87-
YUV210.48142.97132.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.08%
GREEN value IS 202 (79.30% from 255) = 30.79%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=33.08%
G=30.79%
B=36.13%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172022370.080.1500.07265.7149.386.08
HexD9CAED8F0710a3156
Octal33131235510170741261126
Binary1101100111001010111011011000111101111000010101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAED; }

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

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

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

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

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

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

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

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