Shades of Prelude #CBACDB
Tints of Prelude #CBACDB
RGB
CMYK
RGB Variations
Color information
#CBACDB (or 0xCBACDB) is known color: Prelude. HEX triplet: CB, AC and DB. RGB value is (203,172,219). Sum of RGB (Red+Green+Blue) = 203+172+219=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 172 (67.58% from 255 or 28.96% from 594); Blue value is 219 (85.94% from 255 or 36.87% from 594); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBACDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBACDB is #345324. Grayscale: #BABABA. Windows color (decimal): -3429157 or 14396619. OLE color: 14396619.
HSL color Cylindrical-coordinate representation of color #CBACDB: hue angle of 279.57º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBACDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 172 | 219 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 279.57º | 0.39% | 0.77% | - |
| HSV(B) | 279.57º | 0.21% | 0.86% | - |
| XYZ | 52.17 | 47.32 | 73.4 | - |
| YUV | 186.63 | 146.27 | 139.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 172 | 219 | 0.07 | 0.21 | 0 | 0.14 | 279.57 | 0.39 | 0.77 |
| Hex | CB | AC | DB | 7 | 15 | 0 | E | 118 | 27 | 4D |
| Octal | 313 | 254 | 333 | 7 | 25 | 0 | 16 | 430 | 47 | 115 |
| Binary | 11001011 | 10101100 | 11011011 | 111 | 10101 | 0 | 1110 | 100011000 | 100111 | 1001101 |
Color Harmonies of #CBACDB
Complementary color
Monochromatic Colors of #CBACDB
Black with #CBACDB
Text Example
Text Example
White with #CBACDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBACDB; }
p { color: rgb(203,172,219); }
H1.HeaderClassName
{
color: #CBACDB;
}
.AnyTagClassName
{
color: #CBACDB;
}
</style>
background-color css
<style>
a { background-color: #CBACDB; }
a { background-color: rgb(203,172,219); }
div.DivClassName
{
background-color: #CBACDB;
}
.BgClassName
{
background-color: #CBACDB;
}
</style>
border-color css
<style>
span { border-color: #CBACDB; }
span { border-color: rgb(203,172,219); }
td.TdClassName
{
border-color: #CBACDB;
}
.TagClassName
{
border-color: #CBACDB;
}
</style>