#D9CAE5

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

Shades of Fog #D9CAE5

Tints of Fog #D9CAE5

Color information

#D9CAE5 (or 0xD9CAE5) is unknown color: approx Fog. HEX triplet: D9, CA and E5. RGB value is (217,202,229). Sum of RGB (Red+Green+Blue) = 217+202+229=648 (85% of max value = 765). Red value is 217 (85.16% from 255 or 33.49% from 648); Green value is 202 (79.30% from 255 or 31.17% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #D9CAE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CAE5 is #26351A. Grayscale: #D1D1D1. Windows color (decimal): -2503963 or 15059673. OLE color: 15059673.

HSL color Cylindrical-coordinate representation of color #D9CAE5: hue angle of 273.33º degrees, saturation: 0.34, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CAE5 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB217202229-
CMYK0.050.1200.10
HSL273.33º34.18%84.51%-
HSV(B)273.33º11.79%89.8%-
XYZ63.8862.6582.85-
YUV209.56138.97133.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.49%
GREEN value IS 202 (79.30% from 255) = 31.17%
BLUE value IS 229 (89.84% from 255) = 35.34%
R=33.49%
G=31.17%
B=35.34%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2172022290.050.1200.10273.3334.1884.51
HexD9CAE55C0A1112255
Octal33131234551401242142125
Binary1101100111001010111001011011100010101000100011000101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAE5; }

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

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

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

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

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

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

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

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