Shades of Fog #D5C8EC
Tints of Fog #D5C8EC
RGB
CMYK
RGB Variations
Color information
#D5C8EC (or 0xD5C8EC) is known color: Fog. HEX triplet: D5, C8 and EC. RGB value is (213,200,236). Sum of RGB (Red+Green+Blue) = 213+200+236=649 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.82% from 649); Green value is 200 (78.52% from 255 or 30.82% from 649); Blue value is 236 (92.58% from 255 or 36.36% from 649); Max value from RGB is 236 - color contains mainly: blue. Hex color #D5C8EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C8EC is #2A3713. Grayscale: #CFCFCF. Windows color (decimal): -2766612 or 15517909. OLE color: 15517909.
HSL color Cylindrical-coordinate representation of color #D5C8EC: hue angle of 261.67º degrees, saturation: 0.49, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5C8EC is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 200 | 236 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.07 |
| HSL | 261.67º | 0.49% | 0.85% | - |
| HSV(B) | 261.67º | 0.15% | 0.93% | - |
| XYZ | 63.24 | 61.51 | 87.9 | - |
| YUV | 207.99 | 143.81 | 131.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 200 | 236 | 0.10 | 0.15 | 0 | 0.07 | 261.67 | 0.49 | 0.85 |
| Hex | D5 | C8 | EC | A | F | 0 | 7 | 106 | 31 | 55 |
| Octal | 325 | 310 | 354 | 12 | 17 | 0 | 7 | 406 | 61 | 125 |
| Binary | 11010101 | 11001000 | 11101100 | 1010 | 1111 | 0 | 111 | 100000110 | 110001 | 1010101 |
Color Harmonies of #D5C8EC
Complementary color
Monochromatic Colors of #D5C8EC
Black with #D5C8EC
Text Example
Text Example
White with #D5C8EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C8EC; }
p { color: rgb(213,200,236); }
H1.HeaderClassName
{
color: #D5C8EC;
}
.AnyTagClassName
{
color: #D5C8EC;
}
</style>
background-color css
<style>
a { background-color: #D5C8EC; }
a { background-color: rgb(213,200,236); }
div.DivClassName
{
background-color: #D5C8EC;
}
.BgClassName
{
background-color: #D5C8EC;
}
</style>
border-color css
<style>
span { border-color: #D5C8EC; }
span { border-color: rgb(213,200,236); }
td.TdClassName
{
border-color: #D5C8EC;
}
.TagClassName
{
border-color: #D5C8EC;
}
</style>