Shades of Fog #D5CBDF
Tints of Fog #D5CBDF
RGB
CMYK
RGB Variations
Color information
#D5CBDF (or 0xD5CBDF) is known color: Fog. HEX triplet: D5, CB and DF. RGB value is (213,203,223). Sum of RGB (Red+Green+Blue) = 213+203+223=639 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.33% from 639); Green value is 203 (79.69% from 255 or 31.77% from 639); Blue value is 223 (87.5% from 255 or 34.90% from 639); Max value from RGB is 223 - color contains mainly: blue. Hex color #D5CBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBDF is #2A3420. Grayscale: #D0D0D0. Windows color (decimal): -2765857 or 14666709. OLE color: 14666709.
HSL color Cylindrical-coordinate representation of color #D5CBDF: hue angle of 270º degrees, saturation: 0.24, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D5CBDF is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 213 | 203 | 223 | - |
| CMYK | 0.04 | 0.09 | 0 | 0.13 |
| HSL | 270º | 0.24% | 0.84% | - |
| HSV(B) | 270º | 0.09% | 0.87% | - |
| XYZ | 62.12 | 62.19 | 78.54 | - |
| YUV | 208.27 | 136.31 | 131.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 223 | 0.04 | 0.09 | 0 | 0.13 | 270 | 0.24 | 0.84 |
| Hex | D5 | CB | DF | 4 | 9 | 0 | D | 10E | 18 | 54 |
| Octal | 325 | 313 | 337 | 4 | 11 | 0 | 15 | 416 | 30 | 124 |
| Binary | 11010101 | 11001011 | 11011111 | 100 | 1001 | 0 | 1101 | 100001110 | 11000 | 1010100 |
Color Harmonies of #D5CBDF
Complementary color
Monochromatic Colors of #D5CBDF
Black with #D5CBDF
Text Example
Text Example
White with #D5CBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBDF; }
p { color: rgb(213,203,223); }
H1.HeaderClassName
{
color: #D5CBDF;
}
.AnyTagClassName
{
color: #D5CBDF;
}
</style>
background-color css
<style>
a { background-color: #D5CBDF; }
a { background-color: rgb(213,203,223); }
div.DivClassName
{
background-color: #D5CBDF;
}
.BgClassName
{
background-color: #D5CBDF;
}
</style>
border-color css
<style>
span { border-color: #D5CBDF; }
span { border-color: rgb(213,203,223); }
td.TdClassName
{
border-color: #D5CBDF;
}
.TagClassName
{
border-color: #D5CBDF;
}
</style>