Shades of Prelude #CBADDA
Tints of Prelude #CBADDA
RGB
CMYK
RGB Variations
Color information
#CBADDA (or 0xCBADDA) is known color: Prelude. HEX triplet: CB, AD and DA. RGB value is (203,173,218). Sum of RGB (Red+Green+Blue) = 203+173+218=594 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.18% from 594); Green value is 173 (67.97% from 255 or 29.12% from 594); Blue value is 218 (85.55% from 255 or 36.70% from 594); Max value from RGB is 218 - color contains mainly: blue. Hex color #CBADDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADDA is #345225. Grayscale: #BABABA. Windows color (decimal): -3428902 or 14331339. OLE color: 14331339.
HSL color Cylindrical-coordinate representation of color #CBADDA: hue angle of 280º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBADDA is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 173 | 218 | - |
| CMYK | 0.07 | 0.21 | 0 | 0.15 |
| HSL | 280º | 0.38% | 0.77% | - |
| HSV(B) | 280º | 0.21% | 0.85% | - |
| XYZ | 52.23 | 47.65 | 72.77 | - |
| YUV | 187.1 | 145.44 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 218 | 0.07 | 0.21 | 0 | 0.15 | 280 | 0.38 | 0.77 |
| Hex | CB | AD | DA | 7 | 15 | 0 | F | 118 | 26 | 4D |
| Octal | 313 | 255 | 332 | 7 | 25 | 0 | 17 | 430 | 46 | 115 |
| Binary | 11001011 | 10101101 | 11011010 | 111 | 10101 | 0 | 1111 | 100011000 | 100110 | 1001101 |
Color Harmonies of #CBADDA
Complementary color
Monochromatic Colors of #CBADDA
Black with #CBADDA
Text Example
Text Example
White with #CBADDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADDA; }
p { color: rgb(203,173,218); }
H1.HeaderClassName
{
color: #CBADDA;
}
.AnyTagClassName
{
color: #CBADDA;
}
</style>
background-color css
<style>
a { background-color: #CBADDA; }
a { background-color: rgb(203,173,218); }
div.DivClassName
{
background-color: #CBADDA;
}
.BgClassName
{
background-color: #CBADDA;
}
</style>
border-color css
<style>
span { border-color: #CBADDA; }
span { border-color: rgb(203,173,218); }
td.TdClassName
{
border-color: #CBADDA;
}
.TagClassName
{
border-color: #CBADDA;
}
</style>