Shades of Prelude #CBBADB
Tints of Prelude #CBBADB
RGB
CMYK
RGB Variations
Color information
#CBBADB (or 0xCBBADB) is known color: Prelude. HEX triplet: CB, BA and DB. RGB value is (203,186,219). Sum of RGB (Red+Green+Blue) = 203+186+219=608 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.39% from 608); Green value is 186 (73.05% from 255 or 30.59% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBBADB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBADB is #344524. Grayscale: #C2C2C2. Windows color (decimal): -3425573 or 14400203. OLE color: 14400203.
HSL color Cylindrical-coordinate representation of color #CBBADB: hue angle of 270.91º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CBBADB is Cyan = 0.07, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 203 | 186 | 219 | - |
CMYK | 0.07 | 0.15 | 0 | 0.14 |
HSL | 270.91º | 0.31% | 0.79% | - |
HSV(B) | 270.91º | 0.15% | 0.86% | - |
XYZ | 54.97 | 52.93 | 74.34 | - |
YUV | 194.85 | 141.63 | 133.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 186 | 219 | 0.07 | 0.15 | 0 | 0.14 | 270.91 | 0.31 | 0.79 |
Hex | CB | BA | DB | 7 | F | 0 | E | 10F | 1F | 4F |
Octal | 313 | 272 | 333 | 7 | 17 | 0 | 16 | 417 | 37 | 117 |
Binary | 11001011 | 10111010 | 11011011 | 111 | 1111 | 0 | 1110 | 100001111 | 11111 | 1001111 |
Color Harmonies of #CBBADB
Complementary color
Monochromatic Colors of #CBBADB
Black with #CBBADB
Text Example
Text Example
White with #CBBADB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBADB; }
p { color: rgb(203,186,219); }
H1.HeaderClassName
{
color: #CBBADB;
}
.AnyTagClassName
{
color: #CBBADB;
}
</style>
background-color css
<style>
a { background-color: #CBBADB; }
a { background-color: rgb(203,186,219); }
div.DivClassName
{
background-color: #CBBADB;
}
.BgClassName
{
background-color: #CBBADB;
}
</style>
border-color css
<style>
span { border-color: #CBBADB; }
span { border-color: rgb(203,186,219); }
td.TdClassName
{
border-color: #CBBADB;
}
.TagClassName
{
border-color: #CBBADB;
}
</style>