Shades of Fog #DDCAED
Tints of Fog #DDCAED
RGB
CMYK
RGB Variations
Color information
#DDCAED (or 0xDDCAED) is known color: 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
RGB | 221 | 202 | 237 | - |
CMYK | 0.07 | 0.15 | 0 | 0.07 |
HSL | 272.57º | 0.49% | 0.86% | - |
HSV(B) | 272.57º | 0.15% | 0.93% | - |
XYZ | 66.23 | 63.73 | 88.93 | - |
YUV | 211.67 | 142.29 | 134.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 237 | 0.07 | 0.15 | 0 | 0.07 | 272.57 | 0.49 | 0.86 |
Hex | DD | CA | ED | 7 | F | 0 | 7 | 111 | 31 | 56 |
Octal | 335 | 312 | 355 | 7 | 17 | 0 | 7 | 421 | 61 | 126 |
Binary | 11011101 | 11001010 | 11101101 | 111 | 1111 | 0 | 111 | 100010001 | 110001 | 1010110 |
Color Harmonies of #DDCAED
Complementary color
Monochromatic Colors of #DDCAED
Black with #DDCAED
Text Example
Text Example
White with #DDCAED
Text Example
Text Example
HTML Codes & Css Web 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>