Shades of Fog #D7BCEA
Tints of Fog #D7BCEA
RGB
CMYK
RGB Variations
Color information
#D7BCEA (or 0xD7BCEA) is known color: Fog. HEX triplet: D7, BC and EA. RGB value is (215,188,234). Sum of RGB (Red+Green+Blue) = 215+188+234=637 (84% of max value = 765). Red value is 215 (84.38% from 255 or 33.75% from 637); Green value is 188 (73.83% from 255 or 29.51% from 637); Blue value is 234 (91.80% from 255 or 36.73% from 637); Max value from RGB is 234 - color contains mainly: blue. Hex color #D7BCEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D7BCEA is #284315. Grayscale: #C9C9C9. Windows color (decimal): -2638614 or 15383767. OLE color: 15383767.
HSL color Cylindrical-coordinate representation of color #D7BCEA: hue angle of 275.22º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7BCEA is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 215 | 188 | 234 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.08 |
| HSL | 275.22º | 0.52% | 0.83% | - |
| HSV(B) | 275.22º | 0.2% | 0.92% | - |
| XYZ | 60.86 | 56.35 | 85.51 | - |
| YUV | 201.32 | 146.45 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 188 | 234 | 0.08 | 0.20 | 0 | 0.08 | 275.22 | 0.52 | 0.83 |
| Hex | D7 | BC | EA | 8 | 14 | 0 | 8 | 113 | 34 | 53 |
| Octal | 327 | 274 | 352 | 10 | 24 | 0 | 10 | 423 | 64 | 123 |
| Binary | 11010111 | 10111100 | 11101010 | 1000 | 10100 | 0 | 1000 | 100010011 | 110100 | 1010011 |
Color Harmonies of #D7BCEA
Complementary color
Monochromatic Colors of #D7BCEA
Black with #D7BCEA
Text Example
Text Example
White with #D7BCEA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D7BCEA; }
p { color: rgb(215,188,234); }
H1.HeaderClassName
{
color: #D7BCEA;
}
.AnyTagClassName
{
color: #D7BCEA;
}
</style>
background-color css
<style>
a { background-color: #D7BCEA; }
a { background-color: rgb(215,188,234); }
div.DivClassName
{
background-color: #D7BCEA;
}
.BgClassName
{
background-color: #D7BCEA;
}
</style>
border-color css
<style>
span { border-color: #D7BCEA; }
span { border-color: rgb(215,188,234); }
td.TdClassName
{
border-color: #D7BCEA;
}
.TagClassName
{
border-color: #D7BCEA;
}
</style>