Shades of Fog #DDCAFA
Tints of Fog #DDCAFA
RGB
CMYK
RGB Variations
Color information
#DDCAFA (or 0xDDCAFA) is known color: Fog. HEX triplet: DD, CA and FA. RGB value is (221,202,250). Sum of RGB (Red+Green+Blue) = 221+202+250=673 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.84% from 673); Green value is 202 (79.30% from 255 or 30.01% from 673); Blue value is 250 (98.05% from 255 or 37.15% from 673); Max value from RGB is 250 - color contains mainly: blue. Hex color #DDCAFA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCAFA is #223505. Grayscale: #D4D4D4. Windows color (decimal): -2241798 or 16435933. OLE color: 16435933.
HSL color Cylindrical-coordinate representation of color #DDCAFA: hue angle of 263.75º degrees, saturation: 0.83, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDCAFA is Cyan = 0.12, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 221 | 202 | 250 | - |
| CMYK | 0.12 | 0.19 | 0 | 0.02 |
| HSL | 263.75º | 0.83% | 0.89% | - |
| HSV(B) | 263.75º | 0.19% | 0.98% | - |
| XYZ | 68.19 | 64.52 | 99.3 | - |
| YUV | 213.15 | 148.79 | 133.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 202 | 250 | 0.12 | 0.19 | 0 | 0.02 | 263.75 | 0.83 | 0.89 |
| Hex | DD | CA | FA | C | 13 | 0 | 2 | 108 | 53 | 59 |
| Octal | 335 | 312 | 372 | 14 | 23 | 0 | 2 | 410 | 123 | 131 |
| Binary | 11011101 | 11001010 | 11111010 | 1100 | 10011 | 0 | 10 | 100001000 | 1010011 | 1011001 |
Color Harmonies of #DDCAFA
Complementary color
Monochromatic Colors of #DDCAFA
Black with #DDCAFA
Text Example
Text Example
White with #DDCAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCAFA; }
p { color: rgb(221,202,250); }
H1.HeaderClassName
{
color: #DDCAFA;
}
.AnyTagClassName
{
color: #DDCAFA;
}
</style>
background-color css
<style>
a { background-color: #DDCAFA; }
a { background-color: rgb(221,202,250); }
div.DivClassName
{
background-color: #DDCAFA;
}
.BgClassName
{
background-color: #DDCAFA;
}
</style>
border-color css
<style>
span { border-color: #DDCAFA; }
span { border-color: rgb(221,202,250); }
td.TdClassName
{
border-color: #DDCAFA;
}
.TagClassName
{
border-color: #DDCAFA;
}
</style>