Shades of Prelude #D3BBDB
Tints of Prelude #D3BBDB
RGB
CMYK
RGB Variations
Color information
#D3BBDB (or 0xD3BBDB) is known color: Prelude. HEX triplet: D3, BB and DB. RGB value is (211,187,219). Sum of RGB (Red+Green+Blue) = 211+187+219=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 187 (73.44% from 255 or 30.31% from 617); Blue value is 219 (85.94% from 255 or 35.49% from 617); Max value from RGB is 219 - color contains mainly: blue. Hex color #D3BBDB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3BBDB is #2C4424. Grayscale: #C5C5C5. Windows color (decimal): -2901029 or 14400467. OLE color: 14400467.
HSL color Cylindrical-coordinate representation of color #D3BBDB: hue angle of 285º degrees, saturation: 0.31, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D3BBDB is Cyan = 0.04, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 211 | 187 | 219 | - |
CMYK | 0.04 | 0.15 | 0 | 0.14 |
HSL | 285º | 0.31% | 0.8% | - |
HSV(B) | 285º | 0.15% | 0.86% | - |
XYZ | 57.42 | 54.5 | 74.51 | - |
YUV | 197.82 | 139.95 | 137.4 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 211 | 187 | 219 | 0.04 | 0.15 | 0 | 0.14 | 285 | 0.31 | 0.8 |
Hex | D3 | BB | DB | 4 | F | 0 | E | 11D | 1F | 50 |
Octal | 323 | 273 | 333 | 4 | 17 | 0 | 16 | 435 | 37 | 120 |
Binary | 11010011 | 10111011 | 11011011 | 100 | 1111 | 0 | 1110 | 100011101 | 11111 | 1010000 |
Color Harmonies of #D3BBDB
Complementary color
Monochromatic Colors of #D3BBDB
Black with #D3BBDB
Text Example
Text Example
White with #D3BBDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3BBDB; }
p { color: rgb(211,187,219); }
H1.HeaderClassName
{
color: #D3BBDB;
}
.AnyTagClassName
{
color: #D3BBDB;
}
</style>
background-color css
<style>
a { background-color: #D3BBDB; }
a { background-color: rgb(211,187,219); }
div.DivClassName
{
background-color: #D3BBDB;
}
.BgClassName
{
background-color: #D3BBDB;
}
</style>
border-color css
<style>
span { border-color: #D3BBDB; }
span { border-color: rgb(211,187,219); }
td.TdClassName
{
border-color: #D3BBDB;
}
.TagClassName
{
border-color: #D3BBDB;
}
</style>