Shades of Fog #D7CBED
Tints of Fog #D7CBED
RGB
CMYK
RGB Variations
Color information
#D7CBED (or 0xD7CBED) is known color: Fog. HEX triplet: D7, CB and ED. RGB value is (215,203,237). Sum of RGB (Red+Green+Blue) = 215+203+237=655 (86% of max value = 765). Red value is 215 (84.38% from 255 or 32.82% from 655); Green value is 203 (79.69% from 255 or 30.99% from 655); Blue value is 237 (92.97% from 255 or 36.18% from 655); Max value from RGB is 237 - color contains mainly: blue. Hex color #D7CBED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBED is #283412. Grayscale: #D2D2D2. Windows color (decimal): -2634771 or 15584215. OLE color: 15584215.
HSL color Cylindrical-coordinate representation of color #D7CBED: hue angle of 261.18º degrees, saturation: 0.49, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D7CBED is Cyan = 0.09, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 215 | 203 | 237 | - |
| CMYK | 0.09 | 0.14 | 0 | 0.07 |
| HSL | 261.18º | 0.49% | 0.86% | - |
| HSV(B) | 261.18º | 0.14% | 0.93% | - |
| XYZ | 64.67 | 63.27 | 88.93 | - |
| YUV | 210.46 | 142.98 | 131.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 237 | 0.09 | 0.14 | 0 | 0.07 | 261.18 | 0.49 | 0.86 |
| Hex | D7 | CB | ED | 9 | E | 0 | 7 | 105 | 31 | 56 |
| Octal | 327 | 313 | 355 | 11 | 16 | 0 | 7 | 405 | 61 | 126 |
| Binary | 11010111 | 11001011 | 11101101 | 1001 | 1110 | 0 | 111 | 100000101 | 110001 | 1010110 |
Color Harmonies of #D7CBED
Complementary color
Monochromatic Colors of #D7CBED
Black with #D7CBED
Text Example
Text Example
White with #D7CBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBED; }
p { color: rgb(215,203,237); }
H1.HeaderClassName
{
color: #D7CBED;
}
.AnyTagClassName
{
color: #D7CBED;
}
</style>
background-color css
<style>
a { background-color: #D7CBED; }
a { background-color: rgb(215,203,237); }
div.DivClassName
{
background-color: #D7CBED;
}
.BgClassName
{
background-color: #D7CBED;
}
</style>
border-color css
<style>
span { border-color: #D7CBED; }
span { border-color: rgb(215,203,237); }
td.TdClassName
{
border-color: #D7CBED;
}
.TagClassName
{
border-color: #D7CBED;
}
</style>