Shades of Fog #D5BDF3
Tints of Fog #D5BDF3
RGB
CMYK
RGB Variations
Color information
#D5BDF3 (or 0xD5BDF3) is known color: Fog. HEX triplet: D5, BD and F3. RGB value is (213,189,243). Sum of RGB (Red+Green+Blue) = 213+189+243=645 (85% of max value = 765). Red value is 213 (83.59% from 255 or 33.02% from 645); Green value is 189 (74.22% from 255 or 29.30% from 645); Blue value is 243 (95.31% from 255 or 37.67% from 645); Max value from RGB is 243 - color contains mainly: blue. Hex color #D5BDF3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D5BDF3 is #2A420C. Grayscale: #CACACA. Windows color (decimal): -2769421 or 15973845. OLE color: 15973845.
HSL color Cylindrical-coordinate representation of color #D5BDF3: hue angle of 266.67º degrees, saturation: 0.69, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5BDF3 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 213 | 189 | 243 | - |
| CMYK | 0.12 | 0.22 | 0 | 0.05 |
| HSL | 266.67º | 0.69% | 0.85% | - |
| HSV(B) | 266.67º | 0.22% | 0.95% | - |
| XYZ | 61.82 | 57.01 | 92.54 | - |
| YUV | 202.33 | 150.95 | 135.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 189 | 243 | 0.12 | 0.22 | 0 | 0.05 | 266.67 | 0.69 | 0.85 |
| Hex | D5 | BD | F3 | C | 16 | 0 | 5 | 10B | 45 | 55 |
| Octal | 325 | 275 | 363 | 14 | 26 | 0 | 5 | 413 | 105 | 125 |
| Binary | 11010101 | 10111101 | 11110011 | 1100 | 10110 | 0 | 101 | 100001011 | 1000101 | 1010101 |
Color Harmonies of #D5BDF3
Complementary color
Monochromatic Colors of #D5BDF3
Black with #D5BDF3
Text Example
Text Example
White with #D5BDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D5BDF3; }
p { color: rgb(213,189,243); }
H1.HeaderClassName
{
color: #D5BDF3;
}
.AnyTagClassName
{
color: #D5BDF3;
}
</style>
background-color css
<style>
a { background-color: #D5BDF3; }
a { background-color: rgb(213,189,243); }
div.DivClassName
{
background-color: #D5BDF3;
}
.BgClassName
{
background-color: #D5BDF3;
}
</style>
border-color css
<style>
span { border-color: #D5BDF3; }
span { border-color: rgb(213,189,243); }
td.TdClassName
{
border-color: #D5BDF3;
}
.TagClassName
{
border-color: #D5BDF3;
}
</style>