Shades of Prelude #CBB9D1
Tints of Prelude #CBB9D1
RGB
CMYK
RGB Variations
Color information
#CBB9D1 (or 0xCBB9D1) is known color: Prelude. HEX triplet: CB, B9 and D1. RGB value is (203,185,209). Sum of RGB (Red+Green+Blue) = 203+185+209=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 185 (72.66% from 255 or 30.99% from 597); Blue value is 209 (82.03% from 255 or 35.01% from 597); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB9D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB9D1 is #34462E. Grayscale: #C1C1C1. Windows color (decimal): -3425839 or 13744587. OLE color: 13744587.
HSL color Cylindrical-coordinate representation of color #CBB9D1: hue angle of 285º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB9D1 is Cyan = 0.03, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 185 | 209 | - |
| CMYK | 0.03 | 0.11 | 0 | 0.18 |
| HSL | 285º | 0.21% | 0.77% | - |
| HSV(B) | 285º | 0.11% | 0.82% | - |
| XYZ | 53.49 | 52 | 67.54 | - |
| YUV | 193.12 | 136.96 | 135.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 185 | 209 | 0.03 | 0.11 | 0 | 0.18 | 285 | 0.21 | 0.77 |
| Hex | CB | B9 | D1 | 3 | B | 0 | 12 | 11D | 15 | 4D |
| Octal | 313 | 271 | 321 | 3 | 13 | 0 | 22 | 435 | 25 | 115 |
| Binary | 11001011 | 10111001 | 11010001 | 11 | 1011 | 0 | 10010 | 100011101 | 10101 | 1001101 |
Color Harmonies of #CBB9D1
Complementary color
Monochromatic Colors of #CBB9D1
Black with #CBB9D1
Text Example
Text Example
White with #CBB9D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB9D1; }
p { color: rgb(203,185,209); }
H1.HeaderClassName
{
color: #CBB9D1;
}
.AnyTagClassName
{
color: #CBB9D1;
}
</style>
background-color css
<style>
a { background-color: #CBB9D1; }
a { background-color: rgb(203,185,209); }
div.DivClassName
{
background-color: #CBB9D1;
}
.BgClassName
{
background-color: #CBB9D1;
}
</style>
border-color css
<style>
span { border-color: #CBB9D1; }
span { border-color: rgb(203,185,209); }
td.TdClassName
{
border-color: #CBB9D1;
}
.TagClassName
{
border-color: #CBB9D1;
}
</style>