Shades of Fog #D9CEF3
Tints of Fog #D9CEF3
RGB
CMYK
RGB Variations
Color information
#D9CEF3 (or 0xD9CEF3) is known color: Fog. HEX triplet: D9, CE and F3. RGB value is (217,206,243). Sum of RGB (Red+Green+Blue) = 217+206+243=666 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.58% from 666); Green value is 206 (80.86% from 255 or 30.93% from 666); Blue value is 243 (95.31% from 255 or 36.49% from 666); Max value from RGB is 243 - color contains mainly: blue. Hex color #D9CEF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CEF3 is #26310C. Grayscale: #D5D5D5. Windows color (decimal): -2502925 or 15978201. OLE color: 15978201.
HSL color Cylindrical-coordinate representation of color #D9CEF3: hue angle of 257.84º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D9CEF3 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 217 | 206 | 243 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.05 |
| HSL | 257.84º | 0.61% | 0.88% | - |
| HSV(B) | 257.84º | 0.15% | 0.95% | - |
| XYZ | 66.86 | 65.37 | 93.89 | - |
| YUV | 213.51 | 144.64 | 130.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 206 | 243 | 0.11 | 0.15 | 0 | 0.05 | 257.84 | 0.61 | 0.88 |
| Hex | D9 | CE | F3 | B | F | 0 | 5 | 102 | 3D | 58 |
| Octal | 331 | 316 | 363 | 13 | 17 | 0 | 5 | 402 | 75 | 130 |
| Binary | 11011001 | 11001110 | 11110011 | 1011 | 1111 | 0 | 101 | 100000010 | 111101 | 1011000 |
Color Harmonies of #D9CEF3
Complementary color
Monochromatic Colors of #D9CEF3
Black with #D9CEF3
Text Example
Text Example
White with #D9CEF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CEF3; }
p { color: rgb(217,206,243); }
H1.HeaderClassName
{
color: #D9CEF3;
}
.AnyTagClassName
{
color: #D9CEF3;
}
</style>
background-color css
<style>
a { background-color: #D9CEF3; }
a { background-color: rgb(217,206,243); }
div.DivClassName
{
background-color: #D9CEF3;
}
.BgClassName
{
background-color: #D9CEF3;
}
</style>
border-color css
<style>
span { border-color: #D9CEF3; }
span { border-color: rgb(217,206,243); }
td.TdClassName
{
border-color: #D9CEF3;
}
.TagClassName
{
border-color: #D9CEF3;
}
</style>