Shades of Prelude #CBB2DB
Tints of Prelude #CBB2DB
RGB
CMYK
RGB Variations
Color information
#CBB2DB (or 0xCBB2DB) is known color: Prelude. HEX triplet: CB, B2 and DB. RGB value is (203,178,219). Sum of RGB (Red+Green+Blue) = 203+178+219=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 178 (69.92% from 255 or 29.67% from 600); Blue value is 219 (85.94% from 255 or 36.5% from 600); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBB2DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DB is #344D24. Grayscale: #BEBEBE. Windows color (decimal): -3427621 or 14398155. OLE color: 14398155.
HSL color Cylindrical-coordinate representation of color #CBB2DB: hue angle of 276.59º degrees, saturation: 0.36, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB2DB is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 178 | 219 | - |
| CMYK | 0.07 | 0.19 | 0 | 0.14 |
| HSL | 276.59º | 0.36% | 0.78% | - |
| HSV(B) | 276.59º | 0.19% | 0.86% | - |
| XYZ | 53.34 | 49.65 | 73.79 | - |
| YUV | 190.15 | 144.28 | 137.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 219 | 0.07 | 0.19 | 0 | 0.14 | 276.59 | 0.36 | 0.78 |
| Hex | CB | B2 | DB | 7 | 13 | 0 | E | 115 | 24 | 4E |
| Octal | 313 | 262 | 333 | 7 | 23 | 0 | 16 | 425 | 44 | 116 |
| Binary | 11001011 | 10110010 | 11011011 | 111 | 10011 | 0 | 1110 | 100010101 | 100100 | 1001110 |
Color Harmonies of #CBB2DB
Complementary color
Monochromatic Colors of #CBB2DB
Black with #CBB2DB
Text Example
Text Example
White with #CBB2DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2DB; }
p { color: rgb(203,178,219); }
H1.HeaderClassName
{
color: #CBB2DB;
}
.AnyTagClassName
{
color: #CBB2DB;
}
</style>
background-color css
<style>
a { background-color: #CBB2DB; }
a { background-color: rgb(203,178,219); }
div.DivClassName
{
background-color: #CBB2DB;
}
.BgClassName
{
background-color: #CBB2DB;
}
</style>
border-color css
<style>
span { border-color: #CBB2DB; }
span { border-color: rgb(203,178,219); }
td.TdClassName
{
border-color: #CBB2DB;
}
.TagClassName
{
border-color: #CBB2DB;
}
</style>