#D9CAEE

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

Shades of Fog #D9CAEE

Tints of Fog #D9CAEE

Color information

#D9CAEE (or 0xD9CAEE) is unknown color: approx Fog. HEX triplet: D9, CA and EE. RGB value is (217,202,238). Sum of RGB (Red+Green+Blue) = 217+202+238=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 202 (79.30% from 255 or 30.75% from 657); Blue value is 238 (93.36% from 255 or 36.23% from 657); Max value from RGB is 238 - color contains mainly: blue. Hex color #D9CAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CAEE is #263511. Grayscale: #D2D2D2. Windows color (decimal): -2503954 or 15649497. OLE color: 15649497.

HSL color Cylindrical-coordinate representation of color #D9CAEE: hue angle of 265º degrees, saturation: 0.51, 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 #D9CAEE is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB217202238-
CMYK0.090.1500.07
HSL265º51.43%86.27%-
HSV(B)265º15.13%93.33%-
XYZ65.1763.1789.65-
YUV210.59143.47132.57-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 202 (79.30% from 255) = 30.75%
BLUE value IS 238 (93.36% from 255) = 36.23%
R=33.03%
G=30.75%
B=36.23%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2172022380.090.1500.0726551.4386.27
HexD9CAEE9F071093356
Octal33131235611170741163126
Binary1101100111001010111011101001111101111000010011100111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CAEE; }

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

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

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

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

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

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

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

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