Shades of Fog #D2BFE5
Tints of Fog #D2BFE5
RGB
CMYK
RGB Variations
Color information
#D2BFE5 (or 0xD2BFE5) is known color: Fog. HEX triplet: D2, BF and E5. RGB value is (210,191,229). Sum of RGB (Red+Green+Blue) = 210+191+229=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 191 (75% from 255 or 30.32% from 630); Blue value is 229 (89.84% from 255 or 36.35% from 630); Max value from RGB is 229 - color contains mainly: blue. Hex color #D2BFE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2BFE5 is #2D401A. Grayscale: #C8C8C8. Windows color (decimal): -2965531 or 15056850. OLE color: 15056850.
HSL color Cylindrical-coordinate representation of color #D2BFE5: hue angle of 270º degrees, saturation: 0.42, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D2BFE5 is Cyan = 0.08, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 210 | 191 | 229 | - |
| CMYK | 0.08 | 0.17 | 0 | 0.10 |
| HSL | 270º | 0.42% | 0.82% | - |
| HSV(B) | 270º | 0.17% | 0.9% | - |
| XYZ | 59.35 | 56.62 | 81.93 | - |
| YUV | 201.01 | 143.79 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 191 | 229 | 0.08 | 0.17 | 0 | 0.10 | 270 | 0.42 | 0.82 |
| Hex | D2 | BF | E5 | 8 | 11 | 0 | A | 10E | 2A | 52 |
| Octal | 322 | 277 | 345 | 10 | 21 | 0 | 12 | 416 | 52 | 122 |
| Binary | 11010010 | 10111111 | 11100101 | 1000 | 10001 | 0 | 1010 | 100001110 | 101010 | 1010010 |
Color Harmonies of #D2BFE5
Complementary color
Monochromatic Colors of #D2BFE5
Black with #D2BFE5
Text Example
Text Example
White with #D2BFE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2BFE5; }
p { color: rgb(210,191,229); }
H1.HeaderClassName
{
color: #D2BFE5;
}
.AnyTagClassName
{
color: #D2BFE5;
}
</style>
background-color css
<style>
a { background-color: #D2BFE5; }
a { background-color: rgb(210,191,229); }
div.DivClassName
{
background-color: #D2BFE5;
}
.BgClassName
{
background-color: #D2BFE5;
}
</style>
border-color css
<style>
span { border-color: #D2BFE5; }
span { border-color: rgb(210,191,229); }
td.TdClassName
{
border-color: #D2BFE5;
}
.TagClassName
{
border-color: #D2BFE5;
}
</style>