Shades of Prelude #CBB5D1
Tints of Prelude #CBB5D1
RGB
CMYK
RGB Variations
Color information
#CBB5D1 (or 0xCBB5D1) is known color: Prelude. HEX triplet: CB, B5 and D1. RGB value is (203,181,209). Sum of RGB (Red+Green+Blue) = 203+181+209=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 209 (82.03% from 255 or 35.24% from 593); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBB5D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB5D1 is #344A2E. Grayscale: #BEBEBE. Windows color (decimal): -3426863 or 13743563. OLE color: 13743563.
HSL color Cylindrical-coordinate representation of color #CBB5D1: hue angle of 287.14º degrees, saturation: 0.23, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CBB5D1 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 181 | 209 | - |
| CMYK | 0.03 | 0.13 | 0 | 0.18 |
| HSL | 287.14º | 0.23% | 0.76% | - |
| HSV(B) | 287.14º | 0.13% | 0.82% | - |
| XYZ | 52.66 | 50.35 | 67.26 | - |
| YUV | 190.77 | 138.29 | 136.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 181 | 209 | 0.03 | 0.13 | 0 | 0.18 | 287.14 | 0.23 | 0.76 |
| Hex | CB | B5 | D1 | 3 | D | 0 | 12 | 11F | 17 | 4C |
| Octal | 313 | 265 | 321 | 3 | 15 | 0 | 22 | 437 | 27 | 114 |
| Binary | 11001011 | 10110101 | 11010001 | 11 | 1101 | 0 | 10010 | 100011111 | 10111 | 1001100 |
Color Harmonies of #CBB5D1
Complementary color
Monochromatic Colors of #CBB5D1
Black with #CBB5D1
Text Example
Text Example
White with #CBB5D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB5D1; }
p { color: rgb(203,181,209); }
H1.HeaderClassName
{
color: #CBB5D1;
}
.AnyTagClassName
{
color: #CBB5D1;
}
</style>
background-color css
<style>
a { background-color: #CBB5D1; }
a { background-color: rgb(203,181,209); }
div.DivClassName
{
background-color: #CBB5D1;
}
.BgClassName
{
background-color: #CBB5D1;
}
</style>
border-color css
<style>
span { border-color: #CBB5D1; }
span { border-color: rgb(203,181,209); }
td.TdClassName
{
border-color: #CBB5D1;
}
.TagClassName
{
border-color: #CBB5D1;
}
</style>