Shades of Fog #D5CEDE
Tints of Fog #D5CEDE
RGB
CMYK
RGB Variations
Color information
#D5CEDE (or 0xD5CEDE) is known color: Fog. HEX triplet: D5, CE and DE. RGB value is (213,206,222). Sum of RGB (Red+Green+Blue) = 213+206+222=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 206 (80.86% from 255 or 32.14% from 641); Blue value is 222 (87.11% from 255 or 34.63% from 641); Max value from RGB is 222 - color contains mainly: blue. Hex color #D5CEDE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CEDE is #2A3121. Grayscale: #D1D1D1. Windows color (decimal): -2765090 or 14601941. OLE color: 14601941.
HSL color Cylindrical-coordinate representation of color #D5CEDE: hue angle of 266.25º degrees, saturation: 0.2, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D5CEDE is Cyan = 0.04, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 206 | 222 | - |
| CMYK | 0.04 | 0.07 | 0 | 0.13 |
| HSL | 266.25º | 0.2% | 0.84% | - |
| HSV(B) | 266.25º | 0.07% | 0.87% | - |
| XYZ | 62.7 | 63.56 | 78.07 | - |
| YUV | 209.92 | 134.82 | 130.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 206 | 222 | 0.04 | 0.07 | 0 | 0.13 | 266.25 | 0.2 | 0.84 |
| Hex | D5 | CE | DE | 4 | 7 | 0 | D | 10A | 14 | 54 |
| Octal | 325 | 316 | 336 | 4 | 7 | 0 | 15 | 412 | 24 | 124 |
| Binary | 11010101 | 11001110 | 11011110 | 100 | 111 | 0 | 1101 | 100001010 | 10100 | 1010100 |
Color Harmonies of #D5CEDE
Complementary color
Monochromatic Colors of #D5CEDE
Black with #D5CEDE
Text Example
Text Example
White with #D5CEDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CEDE; }
p { color: rgb(213,206,222); }
H1.HeaderClassName
{
color: #D5CEDE;
}
.AnyTagClassName
{
color: #D5CEDE;
}
</style>
background-color css
<style>
a { background-color: #D5CEDE; }
a { background-color: rgb(213,206,222); }
div.DivClassName
{
background-color: #D5CEDE;
}
.BgClassName
{
background-color: #D5CEDE;
}
</style>
border-color css
<style>
span { border-color: #D5CEDE; }
span { border-color: rgb(213,206,222); }
td.TdClassName
{
border-color: #D5CEDE;
}
.TagClassName
{
border-color: #D5CEDE;
}
</style>