Shades of Fog #D7CBEE
Tints of Fog #D7CBEE
RGB
CMYK
RGB Variations
Color information
#D7CBEE (or 0xD7CBEE) is known color: Fog. HEX triplet: D7, CB and EE. RGB value is (215,203,238). Sum of RGB (Red+Green+Blue) = 215+203+238=656 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.77% from 656); Green value is 203 (79.69% from 255 or 30.95% from 656); Blue value is 238 (93.36% from 255 or 36.28% from 656); Max value from RGB is 238 - color contains mainly: blue. Hex color #D7CBEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBEE is #283411. Grayscale: #D2D2D2. Windows color (decimal): -2634770 or 15649751. OLE color: 15649751.
HSL color Cylindrical-coordinate representation of color #D7CBEE: hue angle of 260.57º degrees, saturation: 0.51, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7CBEE is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 203 | 238 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.07 |
| HSL | 260.57º | 0.51% | 0.86% | - |
| HSV(B) | 260.57º | 0.15% | 0.93% | - |
| XYZ | 64.81 | 63.33 | 89.7 | - |
| YUV | 210.58 | 143.48 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 238 | 0.10 | 0.15 | 0 | 0.07 | 260.57 | 0.51 | 0.86 |
| Hex | D7 | CB | EE | A | F | 0 | 7 | 105 | 33 | 56 |
| Octal | 327 | 313 | 356 | 12 | 17 | 0 | 7 | 405 | 63 | 126 |
| Binary | 11010111 | 11001011 | 11101110 | 1010 | 1111 | 0 | 111 | 100000101 | 110011 | 1010110 |
Color Harmonies of #D7CBEE
Complementary color
Monochromatic Colors of #D7CBEE
Black with #D7CBEE
Text Example
Text Example
White with #D7CBEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBEE; }
p { color: rgb(215,203,238); }
H1.HeaderClassName
{
color: #D7CBEE;
}
.AnyTagClassName
{
color: #D7CBEE;
}
</style>
background-color css
<style>
a { background-color: #D7CBEE; }
a { background-color: rgb(215,203,238); }
div.DivClassName
{
background-color: #D7CBEE;
}
.BgClassName
{
background-color: #D7CBEE;
}
</style>
border-color css
<style>
span { border-color: #D7CBEE; }
span { border-color: rgb(215,203,238); }
td.TdClassName
{
border-color: #D7CBEE;
}
.TagClassName
{
border-color: #D7CBEE;
}
</style>