Shades of Prelude #CBB9DB
Tints of Prelude #CBB9DB
RGB
CMYK
RGB Variations
Color information
#CBB9DB (or 0xCBB9DB) is known color: Prelude. HEX triplet: CB, B9 and DB. RGB value is (203,185,219). Sum of RGB (Red+Green+Blue) = 203+185+219=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 185 (72.66% from 255 or 30.48% from 607); Blue value is 219 (85.94% from 255 or 36.08% from 607); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB9DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9DB is #344624. Grayscale: #C2C2C2. Windows color (decimal): -3425829 or 14399947. OLE color: 14399947.
HSL color Cylindrical-coordinate representation of color #CBB9DB: hue angle of 271.76º degrees, saturation: 0.32, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBB9DB is Cyan = 0.07, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 185 | 219 | - |
| CMYK | 0.07 | 0.16 | 0 | 0.14 |
| HSL | 271.76º | 0.32% | 0.79% | - |
| HSV(B) | 271.76º | 0.16% | 0.86% | - |
| XYZ | 54.76 | 52.51 | 74.27 | - |
| YUV | 194.26 | 141.96 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 219 | 0.07 | 0.16 | 0 | 0.14 | 271.76 | 0.32 | 0.79 |
| Hex | CB | B9 | DB | 7 | 10 | 0 | E | 110 | 20 | 4F |
| Octal | 313 | 271 | 333 | 7 | 20 | 0 | 16 | 420 | 40 | 117 |
| Binary | 11001011 | 10111001 | 11011011 | 111 | 10000 | 0 | 1110 | 100010000 | 100000 | 1001111 |
Color Harmonies of #CBB9DB
Complementary color
Monochromatic Colors of #CBB9DB
Black with #CBB9DB
Text Example
Text Example
White with #CBB9DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9DB; }
p { color: rgb(203,185,219); }
H1.HeaderClassName
{
color: #CBB9DB;
}
.AnyTagClassName
{
color: #CBB9DB;
}
</style>
background-color css
<style>
a { background-color: #CBB9DB; }
a { background-color: rgb(203,185,219); }
div.DivClassName
{
background-color: #CBB9DB;
}
.BgClassName
{
background-color: #CBB9DB;
}
</style>
border-color css
<style>
span { border-color: #CBB9DB; }
span { border-color: rgb(203,185,219); }
td.TdClassName
{
border-color: #CBB9DB;
}
.TagClassName
{
border-color: #CBB9DB;
}
</style>