Shades of Fog #D6CDEF
Tints of Fog #D6CDEF
RGB
CMYK
RGB Variations
Color information
#D6CDEF (or 0xD6CDEF) is known color: Fog. HEX triplet: D6, CD and EF. RGB value is (214,205,239). Sum of RGB (Red+Green+Blue) = 214+205+239=658 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.52% from 658); Green value is 205 (80.47% from 255 or 31.16% from 658); Blue value is 239 (93.75% from 255 or 36.32% from 658); Max value from RGB is 239 - color contains mainly: blue. Hex color #D6CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D6CDEF is #293210. Grayscale: #D3D3D3. Windows color (decimal): -2699793 or 15715798. OLE color: 15715798.
HSL color Cylindrical-coordinate representation of color #D6CDEF: hue angle of 255.88º 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 #D6CDEF is Cyan = 0.10, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 214 | 205 | 239 | - |
| CMYK | 0.10 | 0.14 | 0 | 0.06 |
| HSL | 255.88º | 0.52% | 0.87% | - |
| HSV(B) | 255.88º | 0.14% | 0.94% | - |
| XYZ | 65.14 | 64.19 | 90.62 | - |
| YUV | 211.57 | 143.48 | 129.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 205 | 239 | 0.10 | 0.14 | 0 | 0.06 | 255.88 | 0.52 | 0.87 |
| Hex | D6 | CD | EF | A | E | 0 | 6 | 100 | 34 | 57 |
| Octal | 326 | 315 | 357 | 12 | 16 | 0 | 6 | 400 | 64 | 127 |
| Binary | 11010110 | 11001101 | 11101111 | 1010 | 1110 | 0 | 110 | 100000000 | 110100 | 1010111 |
Color Harmonies of #D6CDEF
Complementary color
Monochromatic Colors of #D6CDEF
Black with #D6CDEF
Text Example
Text Example
White with #D6CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6CDEF; }
p { color: rgb(214,205,239); }
H1.HeaderClassName
{
color: #D6CDEF;
}
.AnyTagClassName
{
color: #D6CDEF;
}
</style>
background-color css
<style>
a { background-color: #D6CDEF; }
a { background-color: rgb(214,205,239); }
div.DivClassName
{
background-color: #D6CDEF;
}
.BgClassName
{
background-color: #D6CDEF;
}
</style>
border-color css
<style>
span { border-color: #D6CDEF; }
span { border-color: rgb(214,205,239); }
td.TdClassName
{
border-color: #D6CDEF;
}
.TagClassName
{
border-color: #D6CDEF;
}
</style>