Shades of Fog #DDCAEE
Tints of Fog #DDCAEE
RGB
CMYK
RGB Variations
Color information
#DDCAEE (or 0xDDCAEE) is known color: Fog. HEX triplet: DD, CA and EE. RGB value is (221,202,238). Sum of RGB (Red+Green+Blue) = 221+202+238=661 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.43% from 661); Green value is 202 (79.30% from 255 or 30.56% from 661); Blue value is 238 (93.36% from 255 or 36.01% from 661); Max value from RGB is 238 - color contains mainly: blue. Hex color #DDCAEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAEE is #223511. Grayscale: #D3D3D3. Windows color (decimal): -2241810 or 15649501. OLE color: 15649501.
HSL color Cylindrical-coordinate representation of color #DDCAEE: hue angle of 271.67º degrees, saturation: 0.51, 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 #DDCAEE is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
RGB | 221 | 202 | 238 | - |
CMYK | 0.07 | 0.15 | 0 | 0.07 |
HSL | 271.67º | 0.51% | 0.86% | - |
HSV(B) | 271.67º | 0.15% | 0.93% | - |
XYZ | 66.37 | 63.79 | 89.7 | - |
YUV | 211.79 | 142.79 | 134.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 221 | 202 | 238 | 0.07 | 0.15 | 0 | 0.07 | 271.67 | 0.51 | 0.86 |
Hex | DD | CA | EE | 7 | F | 0 | 7 | 110 | 33 | 56 |
Octal | 335 | 312 | 356 | 7 | 17 | 0 | 7 | 420 | 63 | 126 |
Binary | 11011101 | 11001010 | 11101110 | 111 | 1111 | 0 | 111 | 100010000 | 110011 | 1010110 |
Color Harmonies of #DDCAEE
Complementary color
Monochromatic Colors of #DDCAEE
Black with #DDCAEE
Text Example
Text Example
White with #DDCAEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAEE; }
p { color: rgb(221,202,238); }
H1.HeaderClassName
{
color: #DDCAEE;
}
.AnyTagClassName
{
color: #DDCAEE;
}
</style>
background-color css
<style>
a { background-color: #DDCAEE; }
a { background-color: rgb(221,202,238); }
div.DivClassName
{
background-color: #DDCAEE;
}
.BgClassName
{
background-color: #DDCAEE;
}
</style>
border-color css
<style>
span { border-color: #DDCAEE; }
span { border-color: rgb(221,202,238); }
td.TdClassName
{
border-color: #DDCAEE;
}
.TagClassName
{
border-color: #DDCAEE;
}
</style>