Shades of Fog #D9CFE7
Tints of Fog #D9CFE7
RGB
CMYK
RGB Variations
Color information
#D9CFE7 (or 0xD9CFE7) is known color: Fog. HEX triplet: D9, CF and E7. RGB value is (217,207,231). Sum of RGB (Red+Green+Blue) = 217+207+231=655 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.13% from 655); Green value is 207 (81.25% from 255 or 31.60% from 655); Blue value is 231 (90.62% from 255 or 35.27% from 655); Max value from RGB is 231 - color contains mainly: blue. Hex color #D9CFE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D9CFE7 is #263018. Grayscale: #D4D4D4. Windows color (decimal): -2502681 or 15192025. OLE color: 15192025.
HSL color Cylindrical-coordinate representation of color #D9CFE7: hue angle of 265º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D9CFE7 is Cyan = 0.06, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
RGB | 217 | 207 | 231 | - |
CMYK | 0.06 | 0.10 | 0 | 0.09 |
HSL | 265º | 0.33% | 0.86% | - |
HSV(B) | 265º | 0.1% | 0.91% | - |
XYZ | 65.35 | 65.15 | 84.73 | - |
YUV | 212.73 | 138.31 | 131.05 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 217 | 207 | 231 | 0.06 | 0.10 | 0 | 0.09 | 265 | 0.33 | 0.86 |
Hex | D9 | CF | E7 | 6 | A | 0 | 9 | 109 | 21 | 56 |
Octal | 331 | 317 | 347 | 6 | 12 | 0 | 11 | 411 | 41 | 126 |
Binary | 11011001 | 11001111 | 11100111 | 110 | 1010 | 0 | 1001 | 100001001 | 100001 | 1010110 |
Color Harmonies of #D9CFE7
Complementary color
Monochromatic Colors of #D9CFE7
Black with #D9CFE7
Text Example
Text Example
White with #D9CFE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D9CFE7; }
p { color: rgb(217,207,231); }
H1.HeaderClassName
{
color: #D9CFE7;
}
.AnyTagClassName
{
color: #D9CFE7;
}
</style>
background-color css
<style>
a { background-color: #D9CFE7; }
a { background-color: rgb(217,207,231); }
div.DivClassName
{
background-color: #D9CFE7;
}
.BgClassName
{
background-color: #D9CFE7;
}
</style>
border-color css
<style>
span { border-color: #D9CFE7; }
span { border-color: rgb(217,207,231); }
td.TdClassName
{
border-color: #D9CFE7;
}
.TagClassName
{
border-color: #D9CFE7;
}
</style>