Shades of Fog #D2BCE5
Tints of Fog #D2BCE5
RGB
CMYK
RGB Variations
Color information
#D2BCE5 (or 0xD2BCE5) is known color: Fog. HEX triplet: D2, BC and E5. RGB value is (210,188,229). Sum of RGB (Red+Green+Blue) = 210+188+229=627 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.49% from 627); Green value is 188 (73.83% from 255 or 29.98% from 627); Blue value is 229 (89.84% from 255 or 36.52% from 627); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2BCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BCE5 is #2D431A. Grayscale: #C7C7C7. Windows color (decimal): -2966299 or 15056082. OLE color: 15056082.
HSL color Cylindrical-coordinate representation of color #D2BCE5: hue angle of 272.2º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2BCE5 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 188 | 229 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.10 |
| HSL | 272.2º | 0.44% | 0.82% | - |
| HSV(B) | 272.2º | 0.18% | 0.9% | - |
| XYZ | 58.7 | 55.33 | 81.71 | - |
| YUV | 199.25 | 144.79 | 135.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 188 | 229 | 0.08 | 0.18 | 0 | 0.10 | 272.2 | 0.44 | 0.82 |
| Hex | D2 | BC | E5 | 8 | 12 | 0 | A | 110 | 2C | 52 |
| Octal | 322 | 274 | 345 | 10 | 22 | 0 | 12 | 420 | 54 | 122 |
| Binary | 11010010 | 10111100 | 11100101 | 1000 | 10010 | 0 | 1010 | 100010000 | 101100 | 1010010 |
Color Harmonies of #D2BCE5
Complementary color
Monochromatic Colors of #D2BCE5
Black with #D2BCE5
Text Example
Text Example
White with #D2BCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BCE5; }
p { color: rgb(210,188,229); }
H1.HeaderClassName
{
color: #D2BCE5;
}
.AnyTagClassName
{
color: #D2BCE5;
}
</style>
background-color css
<style>
a { background-color: #D2BCE5; }
a { background-color: rgb(210,188,229); }
div.DivClassName
{
background-color: #D2BCE5;
}
.BgClassName
{
background-color: #D2BCE5;
}
</style>
border-color css
<style>
span { border-color: #D2BCE5; }
span { border-color: rgb(210,188,229); }
td.TdClassName
{
border-color: #D2BCE5;
}
.TagClassName
{
border-color: #D2BCE5;
}
</style>