Shades of Prelude #CBB5DD
Tints of Prelude #CBB5DD
RGB
CMYK
RGB Variations
Color information
#CBB5DD (or 0xCBB5DD) is known color: Prelude. HEX triplet: CB, B5 and DD. RGB value is (203,181,221). Sum of RGB (Red+Green+Blue) = 203+181+221=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 181 (71.09% from 255 or 29.92% from 605); Blue value is 221 (86.72% from 255 or 36.53% from 605); Max value from RGB is 221 - color contains mainly: blue. Hex color #CBB5DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5DD is #344A22. Grayscale: #C0C0C0. Windows color (decimal): -3426851 or 14529995. OLE color: 14529995.
HSL color Cylindrical-coordinate representation of color #CBB5DD: hue angle of 273º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBB5DD is Cyan = 0.08, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 181 | 221 | - |
| CMYK | 0.08 | 0.18 | 0 | 0.13 |
| HSL | 273º | 0.37% | 0.79% | - |
| HSV(B) | 273º | 0.18% | 0.87% | - |
| XYZ | 54.2 | 50.96 | 75.39 | - |
| YUV | 192.14 | 144.29 | 135.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 221 | 0.08 | 0.18 | 0 | 0.13 | 273 | 0.37 | 0.79 |
| Hex | CB | B5 | DD | 8 | 12 | 0 | D | 111 | 25 | 4F |
| Octal | 313 | 265 | 335 | 10 | 22 | 0 | 15 | 421 | 45 | 117 |
| Binary | 11001011 | 10110101 | 11011101 | 1000 | 10010 | 0 | 1101 | 100010001 | 100101 | 1001111 |
Color Harmonies of #CBB5DD
Complementary color
Monochromatic Colors of #CBB5DD
Black with #CBB5DD
Text Example
Text Example
White with #CBB5DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5DD; }
p { color: rgb(203,181,221); }
H1.HeaderClassName
{
color: #CBB5DD;
}
.AnyTagClassName
{
color: #CBB5DD;
}
</style>
background-color css
<style>
a { background-color: #CBB5DD; }
a { background-color: rgb(203,181,221); }
div.DivClassName
{
background-color: #CBB5DD;
}
.BgClassName
{
background-color: #CBB5DD;
}
</style>
border-color css
<style>
span { border-color: #CBB5DD; }
span { border-color: rgb(203,181,221); }
td.TdClassName
{
border-color: #CBB5DD;
}
.TagClassName
{
border-color: #CBB5DD;
}
</style>