Shades of Fog #DDCFEF
Tints of Fog #DDCFEF
RGB
CMYK
RGB Variations
Color information
#DDCFEF (or 0xDDCFEF) is known color: Fog. HEX triplet: DD, CF and EF. RGB value is (221,207,239). Sum of RGB (Red+Green+Blue) = 221+207+239=667 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.13% from 667); Green value is 207 (81.25% from 255 or 31.03% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #DDCFEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFEF is #223010. Grayscale: #D6D6D6. Windows color (decimal): -2240529 or 15716317. OLE color: 15716317.
HSL color Cylindrical-coordinate representation of color #DDCFEF: hue angle of 266.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DDCFEF is Cyan = 0.08, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 221 | 207 | 239 | - |
| CMYK | 0.08 | 0.13 | 0 | 0.06 |
| HSL | 266.25º | 0.5% | 0.87% | - |
| HSV(B) | 266.25º | 0.13% | 0.94% | - |
| XYZ | 67.71 | 66.23 | 90.88 | - |
| YUV | 214.83 | 141.64 | 132.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 239 | 0.08 | 0.13 | 0 | 0.06 | 266.25 | 0.5 | 0.87 |
| Hex | DD | CF | EF | 8 | D | 0 | 6 | 10A | 32 | 57 |
| Octal | 335 | 317 | 357 | 10 | 15 | 0 | 6 | 412 | 62 | 127 |
| Binary | 11011101 | 11001111 | 11101111 | 1000 | 1101 | 0 | 110 | 100001010 | 110010 | 1010111 |
Color Harmonies of #DDCFEF
Complementary color
Monochromatic Colors of #DDCFEF
Black with #DDCFEF
Text Example
Text Example
White with #DDCFEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFEF; }
p { color: rgb(221,207,239); }
H1.HeaderClassName
{
color: #DDCFEF;
}
.AnyTagClassName
{
color: #DDCFEF;
}
</style>
background-color css
<style>
a { background-color: #DDCFEF; }
a { background-color: rgb(221,207,239); }
div.DivClassName
{
background-color: #DDCFEF;
}
.BgClassName
{
background-color: #DDCFEF;
}
</style>
border-color css
<style>
span { border-color: #DDCFEF; }
span { border-color: rgb(221,207,239); }
td.TdClassName
{
border-color: #DDCFEF;
}
.TagClassName
{
border-color: #DDCFEF;
}
</style>