Shades of Fog #DDCFF2
Tints of Fog #DDCFF2
RGB
CMYK
RGB Variations
Color information
#DDCFF2 (or 0xDDCFF2) is known color: Fog. HEX triplet: DD, CF and F2. RGB value is (221,207,242). Sum of RGB (Red+Green+Blue) = 221+207+242=670 (88% of max value = 765). Red value is 221 (86.72% from 255 or 32.99% from 670); Green value is 207 (81.25% from 255 or 30.90% from 670); Blue value is 242 (94.92% from 255 or 36.12% from 670); Max value from RGB is 242 - color contains mainly: blue. Hex color #DDCFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFF2 is #22300D. Grayscale: #D7D7D7. Windows color (decimal): -2240526 or 15912925. OLE color: 15912925.
HSL color Cylindrical-coordinate representation of color #DDCFF2: hue angle of 264º degrees, saturation: 0.57, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDCFF2 is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 221 | 207 | 242 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.05 |
| HSL | 264º | 0.57% | 0.88% | - |
| HSV(B) | 264º | 0.14% | 0.95% | - |
| XYZ | 68.16 | 66.41 | 93.23 | - |
| YUV | 215.18 | 143.14 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 242 | 0.09 | 0.14 | 0 | 0.05 | 264 | 0.57 | 0.88 |
| Hex | DD | CF | F2 | 9 | E | 0 | 5 | 108 | 39 | 58 |
| Octal | 335 | 317 | 362 | 11 | 16 | 0 | 5 | 410 | 71 | 130 |
| Binary | 11011101 | 11001111 | 11110010 | 1001 | 1110 | 0 | 101 | 100001000 | 111001 | 1011000 |
Color Harmonies of #DDCFF2
Complementary color
Monochromatic Colors of #DDCFF2
Black with #DDCFF2
Text Example
Text Example
White with #DDCFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFF2; }
p { color: rgb(221,207,242); }
H1.HeaderClassName
{
color: #DDCFF2;
}
.AnyTagClassName
{
color: #DDCFF2;
}
</style>
background-color css
<style>
a { background-color: #DDCFF2; }
a { background-color: rgb(221,207,242); }
div.DivClassName
{
background-color: #DDCFF2;
}
.BgClassName
{
background-color: #DDCFF2;
}
</style>
border-color css
<style>
span { border-color: #DDCFF2; }
span { border-color: rgb(221,207,242); }
td.TdClassName
{
border-color: #DDCFF2;
}
.TagClassName
{
border-color: #DDCFF2;
}
</style>