Shades of Fog #DDCAEC
Tints of Fog #DDCAEC
RGB
CMYK
RGB Variations
Color information
#DDCAEC (or 0xDDCAEC) is known color: Fog. HEX triplet: DD, CA and EC. RGB value is (221,202,236). Sum of RGB (Red+Green+Blue) = 221+202+236=659 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.54% from 659); Green value is 202 (79.30% from 255 or 30.65% from 659); Blue value is 236 (92.58% from 255 or 35.81% from 659); Max value from RGB is 236 - color contains mainly: blue. Hex color #DDCAEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAEC is #223513. Grayscale: #D3D3D3. Windows color (decimal): -2241812 or 15518429. OLE color: 15518429.
HSL color Cylindrical-coordinate representation of color #DDCAEC: hue angle of 273.53º degrees, saturation: 0.47, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCAEC is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 202 | 236 | - |
CMYK | 0.06 | 0.14 | 0 | 0.07 |
HSL | 273.53º | 0.47% | 0.86% | - |
HSV(B) | 273.53º | 0.14% | 0.93% | - |
XYZ | 66.08 | 63.67 | 88.16 | - |
YUV | 211.56 | 141.79 | 134.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 236 | 0.06 | 0.14 | 0 | 0.07 | 273.53 | 0.47 | 0.86 |
Hex | DD | CA | EC | 6 | E | 0 | 7 | 112 | 2F | 56 |
Octal | 335 | 312 | 354 | 6 | 16 | 0 | 7 | 422 | 57 | 126 |
Binary | 11011101 | 11001010 | 11101100 | 110 | 1110 | 0 | 111 | 100010010 | 101111 | 1010110 |
Color Harmonies of #DDCAEC
Complementary color
Monochromatic Colors of #DDCAEC
Black with #DDCAEC
Text Example
Text Example
White with #DDCAEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAEC; }
p { color: rgb(221,202,236); }
H1.HeaderClassName
{
color: #DDCAEC;
}
.AnyTagClassName
{
color: #DDCAEC;
}
</style>
background-color css
<style>
a { background-color: #DDCAEC; }
a { background-color: rgb(221,202,236); }
div.DivClassName
{
background-color: #DDCAEC;
}
.BgClassName
{
background-color: #DDCAEC;
}
</style>
border-color css
<style>
span { border-color: #DDCAEC; }
span { border-color: rgb(221,202,236); }
td.TdClassName
{
border-color: #DDCAEC;
}
.TagClassName
{
border-color: #DDCAEC;
}
</style>