Shades of Prelude #CBB2DD
Tints of Prelude #CBB2DD
RGB
CMYK
RGB Variations
Color information
#CBB2DD (or 0xCBB2DD) is known color: Prelude. HEX triplet: CB, B2 and DD. RGB value is (203,178,221). Sum of RGB (Red+Green+Blue) = 203+178+221=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 221 (86.72% from 255 or 36.71% from 602); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB2DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB2DD is #344D22. Grayscale: #BEBEBE. Windows color (decimal): -3427619 or 14529227. OLE color: 14529227.
HSL color Cylindrical-coordinate representation of color #CBB2DD: hue angle of 274.88º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBB2DD is Cyan = 0.08, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 178 | 221 | - |
| CMYK | 0.08 | 0.19 | 0 | 0.13 |
| HSL | 274.88º | 0.39% | 0.78% | - |
| HSV(B) | 274.88º | 0.19% | 0.87% | - |
| XYZ | 53.6 | 49.76 | 75.19 | - |
| YUV | 190.38 | 145.28 | 137 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 178 | 221 | 0.08 | 0.19 | 0 | 0.13 | 274.88 | 0.39 | 0.78 |
| Hex | CB | B2 | DD | 8 | 13 | 0 | D | 113 | 27 | 4E |
| Octal | 313 | 262 | 335 | 10 | 23 | 0 | 15 | 423 | 47 | 116 |
| Binary | 11001011 | 10110010 | 11011101 | 1000 | 10011 | 0 | 1101 | 100010011 | 100111 | 1001110 |
Color Harmonies of #CBB2DD
Complementary color
Monochromatic Colors of #CBB2DD
Black with #CBB2DD
Text Example
Text Example
White with #CBB2DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB2DD; }
p { color: rgb(203,178,221); }
H1.HeaderClassName
{
color: #CBB2DD;
}
.AnyTagClassName
{
color: #CBB2DD;
}
</style>
background-color css
<style>
a { background-color: #CBB2DD; }
a { background-color: rgb(203,178,221); }
div.DivClassName
{
background-color: #CBB2DD;
}
.BgClassName
{
background-color: #CBB2DD;
}
</style>
border-color css
<style>
span { border-color: #CBB2DD; }
span { border-color: rgb(203,178,221); }
td.TdClassName
{
border-color: #CBB2DD;
}
.TagClassName
{
border-color: #CBB2DD;
}
</style>