Shades of Fog #D9CFF2
Tints of Fog #D9CFF2
RGB
CMYK
RGB Variations
Color information
#D9CFF2 (or 0xD9CFF2) is known color: Fog. HEX triplet: D9, CF and F2. RGB value is (217,207,242). Sum of RGB (Red+Green+Blue) = 217+207+242=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 207 (81.25% from 255 or 31.08% from 666); Blue value is 242 (94.92% from 255 or 36.34% from 666); Max value from RGB is 242 - color contains mainly: blue. Hex color #D9CFF2 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFF2 is #26300D. Grayscale: #D5D5D5. Windows color (decimal): -2502670 or 15912921. OLE color: 15912921.
HSL color Cylindrical-coordinate representation of color #D9CFF2: hue angle of 257.14º 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 #D9CFF2 is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 207 | 242 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.05 |
| HSL | 257.14º | 0.57% | 0.88% | - |
| HSV(B) | 257.14º | 0.14% | 0.95% | - |
| XYZ | 66.96 | 65.79 | 93.17 | - |
| YUV | 213.98 | 143.81 | 130.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 207 | 242 | 0.10 | 0.14 | 0 | 0.05 | 257.14 | 0.57 | 0.88 |
| Hex | D9 | CF | F2 | A | E | 0 | 5 | 101 | 39 | 58 |
| Octal | 331 | 317 | 362 | 12 | 16 | 0 | 5 | 401 | 71 | 130 |
| Binary | 11011001 | 11001111 | 11110010 | 1010 | 1110 | 0 | 101 | 100000001 | 111001 | 1011000 |
Color Harmonies of #D9CFF2
Complementary color
Monochromatic Colors of #D9CFF2
Black with #D9CFF2
Text Example
Text Example
White with #D9CFF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFF2; }
p { color: rgb(217,207,242); }
H1.HeaderClassName
{
color: #D9CFF2;
}
.AnyTagClassName
{
color: #D9CFF2;
}
</style>
background-color css
<style>
a { background-color: #D9CFF2; }
a { background-color: rgb(217,207,242); }
div.DivClassName
{
background-color: #D9CFF2;
}
.BgClassName
{
background-color: #D9CFF2;
}
</style>
border-color css
<style>
span { border-color: #D9CFF2; }
span { border-color: rgb(217,207,242); }
td.TdClassName
{
border-color: #D9CFF2;
}
.TagClassName
{
border-color: #D9CFF2;
}
</style>