Shades of Fog #DDCFF4
Tints of Fog #DDCFF4
RGB
CMYK
RGB Variations
Color information
#DDCFF4 (or 0xDDCFF4) is known color: Fog. HEX triplet: DD, CF and F4. RGB value is (221,207,244). Sum of RGB (Red+Green+Blue) = 221+207+244=672 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.89% from 672); Green value is 207 (81.25% from 255 or 30.80% from 672); Blue value is 244 (95.70% from 255 or 36.31% from 672); Max value from RGB is 244 - color contains mainly: blue. Hex color #DDCFF4 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFF4 is #22300B. Grayscale: #D7D7D7. Windows color (decimal): -2240524 or 16043997. OLE color: 16043997.
HSL color Cylindrical-coordinate representation of color #DDCFF4: hue angle of 262.7º degrees, saturation: 0.63, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DDCFF4 is Cyan = 0.09, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 221 | 207 | 244 | - |
| CMYK | 0.09 | 0.15 | 0 | 0.04 |
| HSL | 262.7º | 0.63% | 0.88% | - |
| HSV(B) | 262.7º | 0.15% | 0.96% | - |
| XYZ | 68.46 | 66.53 | 94.82 | - |
| YUV | 215.4 | 144.14 | 131.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 244 | 0.09 | 0.15 | 0 | 0.04 | 262.7 | 0.63 | 0.88 |
| Hex | DD | CF | F4 | 9 | F | 0 | 4 | 107 | 3F | 58 |
| Octal | 335 | 317 | 364 | 11 | 17 | 0 | 4 | 407 | 77 | 130 |
| Binary | 11011101 | 11001111 | 11110100 | 1001 | 1111 | 0 | 100 | 100000111 | 111111 | 1011000 |
Color Harmonies of #DDCFF4
Complementary color
Monochromatic Colors of #DDCFF4
Black with #DDCFF4
Text Example
Text Example
White with #DDCFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFF4; }
p { color: rgb(221,207,244); }
H1.HeaderClassName
{
color: #DDCFF4;
}
.AnyTagClassName
{
color: #DDCFF4;
}
</style>
background-color css
<style>
a { background-color: #DDCFF4; }
a { background-color: rgb(221,207,244); }
div.DivClassName
{
background-color: #DDCFF4;
}
.BgClassName
{
background-color: #DDCFF4;
}
</style>
border-color css
<style>
span { border-color: #DDCFF4; }
span { border-color: rgb(221,207,244); }
td.TdClassName
{
border-color: #DDCFF4;
}
.TagClassName
{
border-color: #DDCFF4;
}
</style>