Shades of Fog #DDCFFD
Tints of Fog #DDCFFD
RGB
CMYK
RGB Variations
Color information
#DDCFFD (or 0xDDCFFD) is known color: Fog. HEX triplet: DD, CF and FD. RGB value is (221,207,253). Sum of RGB (Red+Green+Blue) = 221+207+253=681 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.45% from 681); Green value is 207 (81.25% from 255 or 30.40% from 681); Blue value is 253 (99.22% from 255 or 37.15% from 681); Max value from RGB is 253 - color contains mainly: blue. Hex color #DDCFFD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #DDCFFD is #223002. Grayscale: #D8D8D8. Windows color (decimal): -2240515 or 16633821. OLE color: 16633821.
HSL color Cylindrical-coordinate representation of color #DDCFFD: hue angle of 258.26º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDCFFD is Cyan = 0.13, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 221 | 207 | 253 | - |
| CMYK | 0.13 | 0.18 | 0 | 0.01 |
| HSL | 258.26º | 0.92% | 0.9% | - |
| HSV(B) | 258.26º | 0.18% | 0.99% | - |
| XYZ | 69.86 | 67.09 | 102.2 | - |
| YUV | 216.43 | 148.64 | 131.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 221 | 207 | 253 | 0.13 | 0.18 | 0 | 0.01 | 258.26 | 0.92 | 0.9 |
| Hex | DD | CF | FD | D | 12 | 0 | 1 | 102 | 5C | 5A |
| Octal | 335 | 317 | 375 | 15 | 22 | 0 | 1 | 402 | 134 | 132 |
| Binary | 11011101 | 11001111 | 11111101 | 1101 | 10010 | 0 | 1 | 100000010 | 1011100 | 1011010 |
Color Harmonies of #DDCFFD
Complementary color
Monochromatic Colors of #DDCFFD
Black with #DDCFFD
Text Example
Text Example
White with #DDCFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DDCFFD; }
p { color: rgb(221,207,253); }
H1.HeaderClassName
{
color: #DDCFFD;
}
.AnyTagClassName
{
color: #DDCFFD;
}
</style>
background-color css
<style>
a { background-color: #DDCFFD; }
a { background-color: rgb(221,207,253); }
div.DivClassName
{
background-color: #DDCFFD;
}
.BgClassName
{
background-color: #DDCFFD;
}
</style>
border-color css
<style>
span { border-color: #DDCFFD; }
span { border-color: rgb(221,207,253); }
td.TdClassName
{
border-color: #DDCFFD;
}
.TagClassName
{
border-color: #DDCFFD;
}
</style>