#DDCAED

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

Shades of Fog #DDCAED

Tints of Fog #DDCAED

Color information

#DDCAED (or 0xDDCAED) is unknown color: approx Fog. HEX triplet: DD, CA and ED. RGB value is (221,202,237). Sum of RGB (Red+Green+Blue) = 221+202+237=660 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.48% from 660); Green value is 202 (79.30% from 255 or 30.61% from 660); Blue value is 237 (92.97% from 255 or 35.91% from 660); Max value from RGB is 237 - color contains mainly: blue. Hex color #DDCAED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAED is #223512. Grayscale: #D3D3D3. Windows color (decimal): -2241811 or 15583965. OLE color: 15583965.

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

Color convert

RGB221202237-
CMYK0.070.1500.07
HSL272.57º49.3%86.08%-
HSV(B)272.57º14.77%92.94%-
XYZ66.2363.7388.93-
YUV211.67142.29134.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 33.48%
GREEN value IS 202 (79.30% from 255) = 30.61%
BLUE value IS 237 (92.97% from 255) = 35.91%
R=33.48%
G=30.61%
B=35.91%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2212022370.070.1500.07272.5749.386.08
HexDDCAED7F071113156
Octal3353123557170742161126
Binary110111011100101011101101111111101111000100011100011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDCAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDCAED; }

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

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

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

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

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

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

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

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