Shades of Prelude #CBB0DB
Tints of Prelude #CBB0DB
RGB
CMYK
RGB Variations
Color information
#CBB0DB (or 0xCBB0DB) is known color: Prelude. HEX triplet: CB, B0 and DB. RGB value is (203,176,219). Sum of RGB (Red+Green+Blue) = 203+176+219=598 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.95% from 598); Green value is 176 (69.14% from 255 or 29.43% from 598); Blue value is 219 (85.94% from 255 or 36.62% from 598); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB0DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DB is #344F24. Grayscale: #BCBCBC. Windows color (decimal): -3428133 or 14397643. OLE color: 14397643.
HSL color Cylindrical-coordinate representation of color #CBB0DB: hue angle of 277.67º degrees, saturation: 0.37, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB0DB is Cyan = 0.07, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 176 | 219 | - |
| CMYK | 0.07 | 0.20 | 0 | 0.14 |
| HSL | 277.67º | 0.37% | 0.77% | - |
| HSV(B) | 277.67º | 0.2% | 0.86% | - |
| XYZ | 52.94 | 48.86 | 73.66 | - |
| YUV | 188.98 | 144.95 | 138 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 219 | 0.07 | 0.20 | 0 | 0.14 | 277.67 | 0.37 | 0.77 |
| Hex | CB | B0 | DB | 7 | 14 | 0 | E | 116 | 25 | 4D |
| Octal | 313 | 260 | 333 | 7 | 24 | 0 | 16 | 426 | 45 | 115 |
| Binary | 11001011 | 10110000 | 11011011 | 111 | 10100 | 0 | 1110 | 100010110 | 100101 | 1001101 |
Color Harmonies of #CBB0DB
Complementary color
Monochromatic Colors of #CBB0DB
Black with #CBB0DB
Text Example
Text Example
White with #CBB0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0DB; }
p { color: rgb(203,176,219); }
H1.HeaderClassName
{
color: #CBB0DB;
}
.AnyTagClassName
{
color: #CBB0DB;
}
</style>
background-color css
<style>
a { background-color: #CBB0DB; }
a { background-color: rgb(203,176,219); }
div.DivClassName
{
background-color: #CBB0DB;
}
.BgClassName
{
background-color: #CBB0DB;
}
</style>
border-color css
<style>
span { border-color: #CBB0DB; }
span { border-color: rgb(203,176,219); }
td.TdClassName
{
border-color: #CBB0DB;
}
.TagClassName
{
border-color: #CBB0DB;
}
</style>