Shades of Prelude #CBB0DD
Tints of Prelude #CBB0DD
RGB
CMYK
RGB Variations
Color information
#CBB0DD (or 0xCBB0DD) is known color: Prelude. HEX triplet: CB, B0 and DD. RGB value is (203,176,221). Sum of RGB (Red+Green+Blue) = 203+176+221=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 176 (69.14% from 255 or 29.33% from 600); Blue value is 221 (86.72% from 255 or 36.83% from 600); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB0DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0DD is #344F22. Grayscale: #BDBDBD. Windows color (decimal): -3428131 or 14528715. OLE color: 14528715.
HSL color Cylindrical-coordinate representation of color #CBB0DD: hue angle of 276º degrees, saturation: 0.4, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBB0DD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 176 | 221 | - |
| CMYK | 0.08 | 0.20 | 0 | 0.13 |
| HSL | 276º | 0.4% | 0.78% | - |
| HSV(B) | 276º | 0.2% | 0.87% | - |
| XYZ | 53.21 | 48.97 | 75.05 | - |
| YUV | 189.2 | 145.95 | 137.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 221 | 0.08 | 0.20 | 0 | 0.13 | 276 | 0.4 | 0.78 |
| Hex | CB | B0 | DD | 8 | 14 | 0 | D | 114 | 28 | 4E |
| Octal | 313 | 260 | 335 | 10 | 24 | 0 | 15 | 424 | 50 | 116 |
| Binary | 11001011 | 10110000 | 11011101 | 1000 | 10100 | 0 | 1101 | 100010100 | 101000 | 1001110 |
Color Harmonies of #CBB0DD
Complementary color
Monochromatic Colors of #CBB0DD
Black with #CBB0DD
Text Example
Text Example
White with #CBB0DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0DD; }
p { color: rgb(203,176,221); }
H1.HeaderClassName
{
color: #CBB0DD;
}
.AnyTagClassName
{
color: #CBB0DD;
}
</style>
background-color css
<style>
a { background-color: #CBB0DD; }
a { background-color: rgb(203,176,221); }
div.DivClassName
{
background-color: #CBB0DD;
}
.BgClassName
{
background-color: #CBB0DD;
}
</style>
border-color css
<style>
span { border-color: #CBB0DD; }
span { border-color: rgb(203,176,221); }
td.TdClassName
{
border-color: #CBB0DD;
}
.TagClassName
{
border-color: #CBB0DD;
}
</style>