#D3CAED

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

Shades of Fog #D3CAED

Tints of Fog #D3CAED

Color information

#D3CAED (or 0xD3CAED) is unknown color: approx Fog. HEX triplet: D3, CA and ED. RGB value is (211,202,237). Sum of RGB (Red+Green+Blue) = 211+202+237=650 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.46% from 650); Green value is 202 (79.30% from 255 or 31.08% from 650); Blue value is 237 (92.97% from 255 or 36.46% from 650); Max value from RGB is 237 - color contains mainly: blue. Hex color #D3CAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D3CAED is #2C3512. Grayscale: #D0D0D0. Windows color (decimal): -2897171 or 15583955. OLE color: 15583955.

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

Color convert

RGB211202237-
CMYK0.110.1500.07
HSL255.43º49.3%86.08%-
HSV(B)255.43º14.77%92.94%-
XYZ63.2762.288.79-
YUV208.68143.98129.65-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.46%
GREEN value IS 202 (79.30% from 255) = 31.08%
BLUE value IS 237 (92.97% from 255) = 36.46%
R=32.46%
G=31.08%
B=36.46%

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
Decimal2112022370.110.1500.07255.4349.386.08
HexD3CAEDBF07ff3156
Octal32331235513170737761126
Binary110100111100101011101101101111110111111111111100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3CAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3CAED; }

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

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

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

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

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

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

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

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