Shades of Fog #D5CDEF
Tints of Fog #D5CDEF
RGB
CMYK
RGB Variations
Color information
#D5CDEF (or 0xD5CDEF) is known color: Fog. HEX triplet: D5, CD and EF. RGB value is (213,205,239). Sum of RGB (Red+Green+Blue) = 213+205+239=657 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.42% from 657); Green value is 205 (80.47% from 255 or 31.20% from 657); Blue value is 239 (93.75% from 255 or 36.38% from 657); Max value from RGB is 239 - color contains mainly: blue. Hex color #D5CDEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CDEF is #2A3210. Grayscale: #D3D3D3. Windows color (decimal): -2765329 or 15715797. OLE color: 15715797.
HSL color Cylindrical-coordinate representation of color #D5CDEF: hue angle of 254.12º 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 #D5CDEF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 205 | 239 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.06 |
| HSL | 254.12º | 0.52% | 0.87% | - |
| HSV(B) | 254.12º | 0.14% | 0.94% | - |
| XYZ | 64.85 | 64.04 | 90.6 | - |
| YUV | 211.27 | 143.65 | 129.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 205 | 239 | 0.11 | 0.14 | 0 | 0.06 | 254.12 | 0.52 | 0.87 |
| Hex | D5 | CD | EF | B | E | 0 | 6 | FE | 34 | 57 |
| Octal | 325 | 315 | 357 | 13 | 16 | 0 | 6 | 376 | 64 | 127 |
| Binary | 11010101 | 11001101 | 11101111 | 1011 | 1110 | 0 | 110 | 11111110 | 110100 | 1010111 |
Color Harmonies of #D5CDEF
Complementary color
Monochromatic Colors of #D5CDEF
Black with #D5CDEF
Text Example
Text Example
White with #D5CDEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CDEF; }
p { color: rgb(213,205,239); }
H1.HeaderClassName
{
color: #D5CDEF;
}
.AnyTagClassName
{
color: #D5CDEF;
}
</style>
background-color css
<style>
a { background-color: #D5CDEF; }
a { background-color: rgb(213,205,239); }
div.DivClassName
{
background-color: #D5CDEF;
}
.BgClassName
{
background-color: #D5CDEF;
}
</style>
border-color css
<style>
span { border-color: #D5CDEF; }
span { border-color: rgb(213,205,239); }
td.TdClassName
{
border-color: #D5CDEF;
}
.TagClassName
{
border-color: #D5CDEF;
}
</style>