Shades of Prelude #CBB0D5
Tints of Prelude #CBB0D5
RGB
CMYK
RGB Variations
Color information
#CBB0D5 (or 0xCBB0D5) is known color: Prelude. HEX triplet: CB, B0 and D5. RGB value is (203,176,213). Sum of RGB (Red+Green+Blue) = 203+176+213=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 176 (69.14% from 255 or 29.73% from 592); Blue value is 213 (83.59% from 255 or 35.98% from 592); Max value from RGB is 213 - color contains mainly: blue. Hex color #CBB0D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBB0D5 is #344F2A. Grayscale: #BCBCBC. Windows color (decimal): -3428139 or 14004427. OLE color: 14004427.
HSL color Cylindrical-coordinate representation of color #CBB0D5: hue angle of 283.78º degrees, saturation: 0.31, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CBB0D5 is Cyan = 0.05, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 176 | 213 | - |
| CMYK | 0.05 | 0.17 | 0 | 0.16 |
| HSL | 283.78º | 0.31% | 0.76% | - |
| HSV(B) | 283.78º | 0.17% | 0.84% | - |
| XYZ | 52.16 | 48.55 | 69.57 | - |
| YUV | 188.29 | 141.95 | 138.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 176 | 213 | 0.05 | 0.17 | 0 | 0.16 | 283.78 | 0.31 | 0.76 |
| Hex | CB | B0 | D5 | 5 | 11 | 0 | 10 | 11C | 1F | 4C |
| Octal | 313 | 260 | 325 | 5 | 21 | 0 | 20 | 434 | 37 | 114 |
| Binary | 11001011 | 10110000 | 11010101 | 101 | 10001 | 0 | 10000 | 100011100 | 11111 | 1001100 |
Color Harmonies of #CBB0D5
Complementary color
Monochromatic Colors of #CBB0D5
Black with #CBB0D5
Text Example
Text Example
White with #CBB0D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB0D5; }
p { color: rgb(203,176,213); }
H1.HeaderClassName
{
color: #CBB0D5;
}
.AnyTagClassName
{
color: #CBB0D5;
}
</style>
background-color css
<style>
a { background-color: #CBB0D5; }
a { background-color: rgb(203,176,213); }
div.DivClassName
{
background-color: #CBB0D5;
}
.BgClassName
{
background-color: #CBB0D5;
}
</style>
border-color css
<style>
span { border-color: #CBB0D5; }
span { border-color: rgb(203,176,213); }
td.TdClassName
{
border-color: #CBB0D5;
}
.TagClassName
{
border-color: #CBB0D5;
}
</style>