Shades of Fog #D4BDE7
Tints of Fog #D4BDE7
RGB
CMYK
RGB Variations
Color information
#D4BDE7 (or 0xD4BDE7) is known color: Fog. HEX triplet: D4, BD and E7. RGB value is (212,189,231). Sum of RGB (Red+Green+Blue) = 212+189+231=632 (83% of max value = 765). Red value is 212 (83.20% from 255 or 33.54% from 632); Green value is 189 (74.22% from 255 or 29.91% from 632); Blue value is 231 (90.62% from 255 or 36.55% from 632); Max value from RGB is 231 - color contains mainly: blue. Hex color #D4BDE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #D4BDE7 is #2B4218. Grayscale: #C8C8C8. Windows color (decimal): -2834969 or 15187412. OLE color: 15187412.
HSL color Cylindrical-coordinate representation of color #D4BDE7: hue angle of 272.86º degrees, saturation: 0.47, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D4BDE7 is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 212 | 189 | 231 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.09 |
| HSL | 272.86º | 0.47% | 0.82% | - |
| HSV(B) | 272.86º | 0.18% | 0.91% | - |
| XYZ | 59.77 | 56.16 | 83.29 | - |
| YUV | 200.67 | 145.12 | 136.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 189 | 231 | 0.08 | 0.18 | 0 | 0.09 | 272.86 | 0.47 | 0.82 |
| Hex | D4 | BD | E7 | 8 | 12 | 0 | 9 | 111 | 2F | 52 |
| Octal | 324 | 275 | 347 | 10 | 22 | 0 | 11 | 421 | 57 | 122 |
| Binary | 11010100 | 10111101 | 11100111 | 1000 | 10010 | 0 | 1001 | 100010001 | 101111 | 1010010 |
Color Harmonies of #D4BDE7
Complementary color
Monochromatic Colors of #D4BDE7
Black with #D4BDE7
Text Example
Text Example
White with #D4BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D4BDE7; }
p { color: rgb(212,189,231); }
H1.HeaderClassName
{
color: #D4BDE7;
}
.AnyTagClassName
{
color: #D4BDE7;
}
</style>
background-color css
<style>
a { background-color: #D4BDE7; }
a { background-color: rgb(212,189,231); }
div.DivClassName
{
background-color: #D4BDE7;
}
.BgClassName
{
background-color: #D4BDE7;
}
</style>
border-color css
<style>
span { border-color: #D4BDE7; }
span { border-color: rgb(212,189,231); }
td.TdClassName
{
border-color: #D4BDE7;
}
.TagClassName
{
border-color: #D4BDE7;
}
</style>