Shades of Fog #D5CEEF
Tints of Fog #D5CEEF
RGB
CMYK
RGB Variations
Color information
#D5CEEF (or 0xD5CEEF) is known color: Fog. HEX triplet: D5, CE and EF. RGB value is (213,206,239). Sum of RGB (Red+Green+Blue) = 213+206+239=658 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.37% from 658); Green value is 206 (80.86% from 255 or 31.31% 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 #D5CEEF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CEEF is #2A3110. Grayscale: #D3D3D3. Windows color (decimal): -2765073 or 15716053. OLE color: 15716053.
HSL color Cylindrical-coordinate representation of color #D5CEEF: hue angle of 252.73º degrees, saturation: 0.51, 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 #D5CEEF is Cyan = 0.11, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 206 | 239 | - |
| CMYK | 0.11 | 0.14 | 0 | 0.06 |
| HSL | 252.73º | 0.51% | 0.87% | - |
| HSV(B) | 252.73º | 0.14% | 0.94% | - |
| XYZ | 65.09 | 64.52 | 90.68 | - |
| YUV | 211.86 | 143.32 | 128.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 239 | 0.11 | 0.14 | 0 | 0.06 | 252.73 | 0.51 | 0.87 |
| Hex | D5 | CE | EF | B | E | 0 | 6 | FD | 33 | 57 |
| Octal | 325 | 316 | 357 | 13 | 16 | 0 | 6 | 375 | 63 | 127 |
| Binary | 11010101 | 11001110 | 11101111 | 1011 | 1110 | 0 | 110 | 11111101 | 110011 | 1010111 |
Color Harmonies of #D5CEEF
Complementary color
Monochromatic Colors of #D5CEEF
Black with #D5CEEF
Text Example
Text Example
White with #D5CEEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEEF; }
p { color: rgb(213,206,239); }
H1.HeaderClassName
{
color: #D5CEEF;
}
.AnyTagClassName
{
color: #D5CEEF;
}
</style>
background-color css
<style>
a { background-color: #D5CEEF; }
a { background-color: rgb(213,206,239); }
div.DivClassName
{
background-color: #D5CEEF;
}
.BgClassName
{
background-color: #D5CEEF;
}
</style>
border-color css
<style>
span { border-color: #D5CEEF; }
span { border-color: rgb(213,206,239); }
td.TdClassName
{
border-color: #D5CEEF;
}
.TagClassName
{
border-color: #D5CEEF;
}
</style>