Shades of Fog #DDCAFE
Tints of Fog #DDCAFE
RGB
CMYK
RGB Variations
Color information
#DDCAFE (or 0xDDCAFE) is known color: Fog. HEX triplet: DD, CA and FE. RGB value is (221,202,254). Sum of RGB (Red+Green+Blue) = 221+202+254=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 202 (79.30% from 255 or 29.84% from 677); Blue value is 254 (99.61% from 255 or 37.52% from 677); Max value from RGB is 254 - color contains mainly: blue. Hex color #DDCAFE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAFE is #223501. Grayscale: #D5D5D5. Windows color (decimal): -2241794 or 16698077. OLE color: 16698077.
HSL color Cylindrical-coordinate representation of color #DDCAFE: hue angle of 261.92º degrees, saturation: 0.96, lightness: 0.89%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #DDCAFE is Cyan = 0.13, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 221 | 202 | 254 | - |
| CMYK | 0.13 | 0.20 | 0 | 0.00 |
| HSL | 261.92º | 0.96% | 0.89% | - |
| HSV(B) | 261.92º | 0.2% | 1% | - |
| XYZ | 68.83 | 64.77 | 102.64 | - |
| YUV | 213.61 | 150.79 | 133.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 254 | 0.13 | 0.20 | 0 | 0.00 | 261.92 | 0.96 | 0.89 |
| Hex | DD | CA | FE | D | 14 | 0 | 0 | 106 | 60 | 59 |
| Octal | 335 | 312 | 376 | 15 | 24 | 0 | 0 | 406 | 140 | 131 |
| Binary | 11011101 | 11001010 | 11111110 | 1101 | 10100 | 0 | 0 | 100000110 | 1100000 | 1011001 |
Color Harmonies of #DDCAFE
Complementary color
Monochromatic Colors of #DDCAFE
Black with #DDCAFE
Text Example
Text Example
White with #DDCAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAFE; }
p { color: rgb(221,202,254); }
H1.HeaderClassName
{
color: #DDCAFE;
}
.AnyTagClassName
{
color: #DDCAFE;
}
</style>
background-color css
<style>
a { background-color: #DDCAFE; }
a { background-color: rgb(221,202,254); }
div.DivClassName
{
background-color: #DDCAFE;
}
.BgClassName
{
background-color: #DDCAFE;
}
</style>
border-color css
<style>
span { border-color: #DDCAFE; }
span { border-color: rgb(221,202,254); }
td.TdClassName
{
border-color: #DDCAFE;
}
.TagClassName
{
border-color: #DDCAFE;
}
</style>