Shades of Fog #D7CDEF
Tints of Fog #D7CDEF
RGB
CMYK
RGB Variations
Color information
#D7CDEF (or 0xD7CDEF) is known color: Fog. HEX triplet: D7, CD and EF. RGB value is (215,205,239). Sum of RGB (Red+Green+Blue) = 215+205+239=659 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.63% from 659); Green value is 205 (80.47% from 255 or 31.11% from 659); Blue value is 239 (93.75% from 255 or 36.27% from 659); Max value from RGB is 239 - color contains mainly: blue. Hex color #D7CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CDEF is #283210. Grayscale: #D3D3D3. Windows color (decimal): -2634257 or 15715799. OLE color: 15715799.
HSL color Cylindrical-coordinate representation of color #D7CDEF: hue angle of 257.65º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CDEF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 205 | 239 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.06 |
| HSL | 257.65º | 0.52% | 0.87% | - |
| HSV(B) | 257.65º | 0.14% | 0.94% | - |
| XYZ | 65.44 | 64.34 | 90.63 | - |
| YUV | 211.87 | 143.31 | 130.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 205 | 239 | 0.10 | 0.14 | 0 | 0.06 | 257.65 | 0.52 | 0.87 |
| Hex | D7 | CD | EF | A | E | 0 | 6 | 102 | 34 | 57 |
| Octal | 327 | 315 | 357 | 12 | 16 | 0 | 6 | 402 | 64 | 127 |
| Binary | 11010111 | 11001101 | 11101111 | 1010 | 1110 | 0 | 110 | 100000010 | 110100 | 1010111 |
Color Harmonies of #D7CDEF
Complementary color
Monochromatic Colors of #D7CDEF
Black with #D7CDEF
Text Example
Text Example
White with #D7CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CDEF; }
p { color: rgb(215,205,239); }
H1.HeaderClassName
{
color: #D7CDEF;
}
.AnyTagClassName
{
color: #D7CDEF;
}
</style>
background-color css
<style>
a { background-color: #D7CDEF; }
a { background-color: rgb(215,205,239); }
div.DivClassName
{
background-color: #D7CDEF;
}
.BgClassName
{
background-color: #D7CDEF;
}
</style>
border-color css
<style>
span { border-color: #D7CDEF; }
span { border-color: rgb(215,205,239); }
td.TdClassName
{
border-color: #D7CDEF;
}
.TagClassName
{
border-color: #D7CDEF;
}
</style>