Shades of Prelude #CBADDB
Tints of Prelude #CBADDB
RGB
CMYK
RGB Variations
Color information
#CBADDB (or 0xCBADDB) is known color: Prelude. HEX triplet: CB, AD and DB. RGB value is (203,173,219). Sum of RGB (Red+Green+Blue) = 203+173+219=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 219 (85.94% from 255 or 36.81% from 595); Max value from RGB is 219 - color contains mainly: blue. Hex color #CBADDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDB is #345224. Grayscale: #BBBBBB. Windows color (decimal): -3428901 or 14396875. OLE color: 14396875.
HSL color Cylindrical-coordinate representation of color #CBADDB: hue angle of 279.13º 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 #CBADDB is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 203 | 173 | 219 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.14 |
| HSL | 279.13º | 0.39% | 0.77% | - |
| HSV(B) | 279.13º | 0.21% | 0.86% | - |
| XYZ | 52.36 | 47.7 | 73.46 | - |
| YUV | 187.21 | 145.94 | 139.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 219 | 0.07 | 0.21 | 0 | 0.14 | 279.13 | 0.39 | 0.77 |
| Hex | CB | AD | DB | 7 | 15 | 0 | E | 117 | 27 | 4D |
| Octal | 313 | 255 | 333 | 7 | 25 | 0 | 16 | 427 | 47 | 115 |
| Binary | 11001011 | 10101101 | 11011011 | 111 | 10101 | 0 | 1110 | 100010111 | 100111 | 1001101 |
Color Harmonies of #CBADDB
Complementary color
Monochromatic Colors of #CBADDB
Black with #CBADDB
Text Example
Text Example
White with #CBADDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADDB; }
p { color: rgb(203,173,219); }
H1.HeaderClassName
{
color: #CBADDB;
}
.AnyTagClassName
{
color: #CBADDB;
}
</style>
background-color css
<style>
a { background-color: #CBADDB; }
a { background-color: rgb(203,173,219); }
div.DivClassName
{
background-color: #CBADDB;
}
.BgClassName
{
background-color: #CBADDB;
}
</style>
border-color css
<style>
span { border-color: #CBADDB; }
span { border-color: rgb(203,173,219); }
td.TdClassName
{
border-color: #CBADDB;
}
.TagClassName
{
border-color: #CBADDB;
}
</style>