Shades of Fog #D7CBF0
Tints of Fog #D7CBF0
RGB
CMYK
RGB Variations
Color information
#D7CBF0 (or 0xD7CBF0) is known color: Fog. HEX triplet: D7, CB and F0. RGB value is (215,203,240). Sum of RGB (Red+Green+Blue) = 215+203+240=658 (87% of max value = 765). Red value is 215 (84.38% from 255 or 32.67% from 658); Green value is 203 (79.69% from 255 or 30.85% from 658); Blue value is 240 (94.14% from 255 or 36.47% from 658); Max value from RGB is 240 - color contains mainly: blue. Hex color #D7CBF0 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7CBF0 is #28340F. Grayscale: #D2D2D2. Windows color (decimal): -2634768 or 15780823. OLE color: 15780823.
HSL color Cylindrical-coordinate representation of color #D7CBF0: hue angle of 259.46º 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 #D7CBF0 is Cyan = 0.10, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 215 | 203 | 240 | - |
| CMYK | 0.10 | 0.15 | 0 | 0.06 |
| HSL | 259.46º | 0.55% | 0.87% | - |
| HSV(B) | 259.46º | 0.15% | 0.94% | - |
| XYZ | 65.11 | 63.45 | 91.25 | - |
| YUV | 210.81 | 144.48 | 130.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 203 | 240 | 0.10 | 0.15 | 0 | 0.06 | 259.46 | 0.55 | 0.87 |
| Hex | D7 | CB | F0 | A | F | 0 | 6 | 103 | 37 | 57 |
| Octal | 327 | 313 | 360 | 12 | 17 | 0 | 6 | 403 | 67 | 127 |
| Binary | 11010111 | 11001011 | 11110000 | 1010 | 1111 | 0 | 110 | 100000011 | 110111 | 1010111 |
Color Harmonies of #D7CBF0
Complementary color
Monochromatic Colors of #D7CBF0
Black with #D7CBF0
Text Example
Text Example
White with #D7CBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7CBF0; }
p { color: rgb(215,203,240); }
H1.HeaderClassName
{
color: #D7CBF0;
}
.AnyTagClassName
{
color: #D7CBF0;
}
</style>
background-color css
<style>
a { background-color: #D7CBF0; }
a { background-color: rgb(215,203,240); }
div.DivClassName
{
background-color: #D7CBF0;
}
.BgClassName
{
background-color: #D7CBF0;
}
</style>
border-color css
<style>
span { border-color: #D7CBF0; }
span { border-color: rgb(215,203,240); }
td.TdClassName
{
border-color: #D7CBF0;
}
.TagClassName
{
border-color: #D7CBF0;
}
</style>