Shades of Fog #D5CBEA
Tints of Fog #D5CBEA
RGB
CMYK
RGB Variations
Color information
#D5CBEA (or 0xD5CBEA) is known color: Fog. HEX triplet: D5, CB and EA. RGB value is (213,203,234). Sum of RGB (Red+Green+Blue) = 213+203+234=650 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.77% from 650); Green value is 203 (79.69% from 255 or 31.23% from 650); Blue value is 234 (91.80% from 255 or 36% from 650); Max value from RGB is 234 - color contains mainly: blue. Hex color #D5CBEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBEA is #2A3415. Grayscale: #D1D1D1. Windows color (decimal): -2765846 or 15387605. OLE color: 15387605.
HSL color Cylindrical-coordinate representation of color #D5CBEA: hue angle of 259.35º degrees, saturation: 0.42, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5CBEA is Cyan = 0.09, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 213 | 203 | 234 | - |
| CMYK | 0.09 | 0.13 | 0 | 0.08 |
| HSL | 259.35º | 0.42% | 0.86% | - |
| HSV(B) | 259.35º | 0.13% | 0.92% | - |
| XYZ | 63.65 | 62.8 | 86.61 | - |
| YUV | 209.52 | 141.81 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 234 | 0.09 | 0.13 | 0 | 0.08 | 259.35 | 0.42 | 0.86 |
| Hex | D5 | CB | EA | 9 | D | 0 | 8 | 103 | 2A | 56 |
| Octal | 325 | 313 | 352 | 11 | 15 | 0 | 10 | 403 | 52 | 126 |
| Binary | 11010101 | 11001011 | 11101010 | 1001 | 1101 | 0 | 1000 | 100000011 | 101010 | 1010110 |
Color Harmonies of #D5CBEA
Complementary color
Monochromatic Colors of #D5CBEA
Black with #D5CBEA
Text Example
Text Example
White with #D5CBEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBEA; }
p { color: rgb(213,203,234); }
H1.HeaderClassName
{
color: #D5CBEA;
}
.AnyTagClassName
{
color: #D5CBEA;
}
</style>
background-color css
<style>
a { background-color: #D5CBEA; }
a { background-color: rgb(213,203,234); }
div.DivClassName
{
background-color: #D5CBEA;
}
.BgClassName
{
background-color: #D5CBEA;
}
</style>
border-color css
<style>
span { border-color: #D5CBEA; }
span { border-color: rgb(213,203,234); }
td.TdClassName
{
border-color: #D5CBEA;
}
.TagClassName
{
border-color: #D5CBEA;
}
</style>