Shades of Fog #D5CBF0
Tints of Fog #D5CBF0
RGB
CMYK
RGB Variations
Color information
#D5CBF0 (or 0xD5CBF0) is known color: Fog. HEX triplet: D5, CB and F0. RGB value is (213,203,240). Sum of RGB (Red+Green+Blue) = 213+203+240=656 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.47% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 240 (94.14% from 255 or 36.59% from 656); Max value from RGB is 240 - color contains mainly: blue. Hex color #D5CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5CBF0 is #2A340F. Grayscale: #D2D2D2. Windows color (decimal): -2765840 or 15780821. OLE color: 15780821.
HSL color Cylindrical-coordinate representation of color #D5CBF0: hue angle of 256.22º degrees, saturation: 0.55, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D5CBF0 is Cyan = 0.11, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 213 | 203 | 240 | - |
| CMYK | 0.11 | 0.15 | 0 | 0.06 |
| HSL | 256.22º | 0.55% | 0.87% | - |
| HSV(B) | 256.22º | 0.15% | 0.94% | - |
| XYZ | 64.52 | 63.15 | 91.23 | - |
| YUV | 210.21 | 144.81 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 203 | 240 | 0.11 | 0.15 | 0 | 0.06 | 256.22 | 0.55 | 0.87 |
| Hex | D5 | CB | F0 | B | F | 0 | 6 | 100 | 37 | 57 |
| Octal | 325 | 313 | 360 | 13 | 17 | 0 | 6 | 400 | 67 | 127 |
| Binary | 11010101 | 11001011 | 11110000 | 1011 | 1111 | 0 | 110 | 100000000 | 110111 | 1010111 |
Color Harmonies of #D5CBF0
Complementary color
Monochromatic Colors of #D5CBF0
Black with #D5CBF0
Text Example
Text Example
White with #D5CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5CBF0; }
p { color: rgb(213,203,240); }
H1.HeaderClassName
{
color: #D5CBF0;
}
.AnyTagClassName
{
color: #D5CBF0;
}
</style>
background-color css
<style>
a { background-color: #D5CBF0; }
a { background-color: rgb(213,203,240); }
div.DivClassName
{
background-color: #D5CBF0;
}
.BgClassName
{
background-color: #D5CBF0;
}
</style>
border-color css
<style>
span { border-color: #D5CBF0; }
span { border-color: rgb(213,203,240); }
td.TdClassName
{
border-color: #D5CBF0;
}
.TagClassName
{
border-color: #D5CBF0;
}
</style>