Shades of Fog #D5BDFC
Tints of Fog #D5BDFC
RGB
CMYK
RGB Variations
Color information
#D5BDFC (or 0xD5BDFC) is known color: Fog. HEX triplet: D5, BD and FC. RGB value is (213,189,252). Sum of RGB (Red+Green+Blue) = 213+189+252=654 (86% of max value = 765). Red value is 213 (83.59% from 255 or 32.57% from 654); Green value is 189 (74.22% from 255 or 28.90% from 654); Blue value is 252 (98.83% from 255 or 38.53% from 654); Max value from RGB is 252 - color contains mainly: blue. Hex color #D5BDFC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDFC is #2A4203. Grayscale: #CBCBCB. Windows color (decimal): -2769412 or 16563669. OLE color: 16563669.
HSL color Cylindrical-coordinate representation of color #D5BDFC: hue angle of 262.86º degrees, saturation: 0.91, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D5BDFC is Cyan = 0.15, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 213 | 189 | 252 | - |
| CMYK | 0.15 | 0.25 | 0 | 0.01 |
| HSL | 262.86º | 0.91% | 0.86% | - |
| HSV(B) | 262.86º | 0.25% | 0.99% | - |
| XYZ | 63.21 | 57.57 | 99.88 | - |
| YUV | 203.36 | 155.45 | 134.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 252 | 0.15 | 0.25 | 0 | 0.01 | 262.86 | 0.91 | 0.86 |
| Hex | D5 | BD | FC | F | 19 | 0 | 1 | 107 | 5B | 56 |
| Octal | 325 | 275 | 374 | 17 | 31 | 0 | 1 | 407 | 133 | 126 |
| Binary | 11010101 | 10111101 | 11111100 | 1111 | 11001 | 0 | 1 | 100000111 | 1011011 | 1010110 |
Color Harmonies of #D5BDFC
Complementary color
Monochromatic Colors of #D5BDFC
Black with #D5BDFC
Text Example
Text Example
White with #D5BDFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDFC; }
p { color: rgb(213,189,252); }
H1.HeaderClassName
{
color: #D5BDFC;
}
.AnyTagClassName
{
color: #D5BDFC;
}
</style>
background-color css
<style>
a { background-color: #D5BDFC; }
a { background-color: rgb(213,189,252); }
div.DivClassName
{
background-color: #D5BDFC;
}
.BgClassName
{
background-color: #D5BDFC;
}
</style>
border-color css
<style>
span { border-color: #D5BDFC; }
span { border-color: rgb(213,189,252); }
td.TdClassName
{
border-color: #D5BDFC;
}
.TagClassName
{
border-color: #D5BDFC;
}
</style>