#D2CAED

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

Shades of Fog #D2CAED

Tints of Fog #D2CAED

Color information

#D2CAED (or 0xD2CAED) is unknown color: approx Fog. HEX triplet: D2, CA and ED. RGB value is (210,202,237). Sum of RGB (Red+Green+Blue) = 210+202+237=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 202 (79.30% from 255 or 31.12% from 649); Blue value is 237 (92.97% from 255 or 36.52% from 649); Max value from RGB is 237 - color contains mainly: blue. Hex color #D2CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D2CAED is #2D3512. Grayscale: #D0D0D0. Windows color (decimal): -2962707 or 15583954. OLE color: 15583954.

HSL color Cylindrical-coordinate representation of color #D2CAED: hue angle of 253.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 #D2CAED is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB210202237-
CMYK0.110.1500.07
HSL253.71º49.3%86.08%-
HSV(B)253.71º14.77%92.94%-
XYZ62.9862.0688.78-
YUV208.38144.15129.15-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 202 (79.30% from 255) = 31.12%
BLUE value IS 237 (92.97% from 255) = 36.52%
R=32.36%
G=31.12%
B=36.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102022370.110.1500.07253.7149.386.08
HexD2CAEDBF07fe3156
Octal32231235513170737661126
Binary110100101100101011101101101111110111111111101100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CAED; }

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

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

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

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

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

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

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

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