Shades of Fog #D5CEE5
Tints of Fog #D5CEE5
RGB
CMYK
RGB Variations
Color information
#D5CEE5 (or 0xD5CEE5) is known color: Fog. HEX triplet: D5, CE and E5. RGB value is (213,206,229). Sum of RGB (Red+Green+Blue) = 213+206+229=648 (85% of max value = 765). Red value is 213 (83.59% from 255 or 32.87% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 229 (89.84% from 255 or 35.34% from 648); Max value from RGB is 229 - color contains mainly: blue. Hex color #D5CEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEE5 is #2A311A. Grayscale: #D2D2D2. Windows color (decimal): -2765083 or 15060693. OLE color: 15060693.
HSL color Cylindrical-coordinate representation of color #D5CEE5: hue angle of 258.26º degrees, saturation: 0.31, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D5CEE5 is Cyan = 0.07, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 213 | 206 | 229 | - |
| CMYK | 0.07 | 0.10 | 0 | 0.10 |
| HSL | 258.26º | 0.31% | 0.85% | - |
| HSV(B) | 258.26º | 0.1% | 0.9% | - |
| XYZ | 63.65 | 63.95 | 83.12 | - |
| YUV | 210.72 | 138.32 | 129.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 229 | 0.07 | 0.10 | 0 | 0.10 | 258.26 | 0.31 | 0.85 |
| Hex | D5 | CE | E5 | 7 | A | 0 | A | 102 | 1F | 55 |
| Octal | 325 | 316 | 345 | 7 | 12 | 0 | 12 | 402 | 37 | 125 |
| Binary | 11010101 | 11001110 | 11100101 | 111 | 1010 | 0 | 1010 | 100000010 | 11111 | 1010101 |
Color Harmonies of #D5CEE5
Complementary color
Monochromatic Colors of #D5CEE5
Black with #D5CEE5
Text Example
Text Example
White with #D5CEE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEE5; }
p { color: rgb(213,206,229); }
H1.HeaderClassName
{
color: #D5CEE5;
}
.AnyTagClassName
{
color: #D5CEE5;
}
</style>
background-color css
<style>
a { background-color: #D5CEE5; }
a { background-color: rgb(213,206,229); }
div.DivClassName
{
background-color: #D5CEE5;
}
.BgClassName
{
background-color: #D5CEE5;
}
</style>
border-color css
<style>
span { border-color: #D5CEE5; }
span { border-color: rgb(213,206,229); }
td.TdClassName
{
border-color: #D5CEE5;
}
.TagClassName
{
border-color: #D5CEE5;
}
</style>