Shades of Fog #D5C5EE
Tints of Fog #D5C5EE
RGB
CMYK
RGB Variations
Color information
#D5C5EE (or 0xD5C5EE) is known color: Fog. HEX triplet: D5, C5 and EE. RGB value is (213,197,238). Sum of RGB (Red+Green+Blue) = 213+197+238=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 197 (77.34% from 255 or 30.40% from 648); Blue value is 238 (93.36% from 255 or 36.73% from 648); Max value from RGB is 238 - color contains mainly: blue. Hex color #D5C5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5C5EE is #2A3A11. Grayscale: #CECECE. Windows color (decimal): -2767378 or 15648213. OLE color: 15648213.
HSL color Cylindrical-coordinate representation of color #D5C5EE: hue angle of 263.41º degrees, saturation: 0.55, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D5C5EE is Cyan = 0.11, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 213 | 197 | 238 | - |
| CMYK | 0.11 | 0.17 | 0 | 0.07 |
| HSL | 263.41º | 0.55% | 0.85% | - |
| HSV(B) | 263.41º | 0.17% | 0.93% | - |
| XYZ | 62.84 | 60.25 | 89.21 | - |
| YUV | 206.46 | 145.8 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 197 | 238 | 0.11 | 0.17 | 0 | 0.07 | 263.41 | 0.55 | 0.85 |
| Hex | D5 | C5 | EE | B | 11 | 0 | 7 | 107 | 37 | 55 |
| Octal | 325 | 305 | 356 | 13 | 21 | 0 | 7 | 407 | 67 | 125 |
| Binary | 11010101 | 11000101 | 11101110 | 1011 | 10001 | 0 | 111 | 100000111 | 110111 | 1010101 |
Color Harmonies of #D5C5EE
Complementary color
Monochromatic Colors of #D5C5EE
Black with #D5C5EE
Text Example
Text Example
White with #D5C5EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5C5EE; }
p { color: rgb(213,197,238); }
H1.HeaderClassName
{
color: #D5C5EE;
}
.AnyTagClassName
{
color: #D5C5EE;
}
</style>
background-color css
<style>
a { background-color: #D5C5EE; }
a { background-color: rgb(213,197,238); }
div.DivClassName
{
background-color: #D5C5EE;
}
.BgClassName
{
background-color: #D5C5EE;
}
</style>
border-color css
<style>
span { border-color: #D5C5EE; }
span { border-color: rgb(213,197,238); }
td.TdClassName
{
border-color: #D5C5EE;
}
.TagClassName
{
border-color: #D5C5EE;
}
</style>