Shades of Fog #DDCAEF
Tints of Fog #DDCAEF
RGB
CMYK
RGB Variations
Color information
#DDCAEF (or 0xDDCAEF) is known color: Fog. HEX triplet: DD, CA and EF. RGB value is (221,202,239). Sum of RGB (Red+Green+Blue) = 221+202+239=662 (87% of max value = 765). Red value is 221 (86.72% from 255 or 33.38% from 662); Green value is 202 (79.30% from 255 or 30.51% from 662); Blue value is 239 (93.75% from 255 or 36.10% from 662); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDCAEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAEF is #223510. Grayscale: #D3D3D3. Windows color (decimal): -2241809 or 15715037. OLE color: 15715037.
HSL color Cylindrical-coordinate representation of color #DDCAEF: hue angle of 270.81º degrees, saturation: 0.54, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCAEF is Cyan = 0.08, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 202 | 239 | - |
| CMYK | 0.08 | 0.15 | 0 | 0.06 |
| HSL | 270.81º | 0.54% | 0.86% | - |
| HSV(B) | 270.81º | 0.15% | 0.94% | - |
| XYZ | 66.52 | 63.85 | 90.48 | - |
| YUV | 211.9 | 143.29 | 134.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 239 | 0.08 | 0.15 | 0 | 0.06 | 270.81 | 0.54 | 0.86 |
| Hex | DD | CA | EF | 8 | F | 0 | 6 | 10F | 36 | 56 |
| Octal | 335 | 312 | 357 | 10 | 17 | 0 | 6 | 417 | 66 | 126 |
| Binary | 11011101 | 11001010 | 11101111 | 1000 | 1111 | 0 | 110 | 100001111 | 110110 | 1010110 |
Color Harmonies of #DDCAEF
Complementary color
Monochromatic Colors of #DDCAEF
Black with #DDCAEF
Text Example
Text Example
White with #DDCAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAEF; }
p { color: rgb(221,202,239); }
H1.HeaderClassName
{
color: #DDCAEF;
}
.AnyTagClassName
{
color: #DDCAEF;
}
</style>
background-color css
<style>
a { background-color: #DDCAEF; }
a { background-color: rgb(221,202,239); }
div.DivClassName
{
background-color: #DDCAEF;
}
.BgClassName
{
background-color: #DDCAEF;
}
</style>
border-color css
<style>
span { border-color: #DDCAEF; }
span { border-color: rgb(221,202,239); }
td.TdClassName
{
border-color: #DDCAEF;
}
.TagClassName
{
border-color: #DDCAEF;
}
</style>