Shades of Prelude #CBADD7
Tints of Prelude #CBADD7
RGB
CMYK
RGB Variations
Color information
#CBADD7 (or 0xCBADD7) is known color: Prelude. HEX triplet: CB, AD and D7. RGB value is (203,173,215). Sum of RGB (Red+Green+Blue) = 203+173+215=591 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.35% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 215 (84.38% from 255 or 36.38% from 591); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBADD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD7 is #345228. Grayscale: #BABABA. Windows color (decimal): -3428905 or 14134731. OLE color: 14134731.
HSL color Cylindrical-coordinate representation of color #CBADD7: hue angle of 282.86º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBADD7 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 173 | 215 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.16 |
| HSL | 282.86º | 0.34% | 0.76% | - |
| HSV(B) | 282.86º | 0.2% | 0.84% | - |
| XYZ | 51.84 | 47.49 | 70.72 | - |
| YUV | 186.76 | 143.94 | 139.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 215 | 0.06 | 0.20 | 0 | 0.16 | 282.86 | 0.34 | 0.76 |
| Hex | CB | AD | D7 | 6 | 14 | 0 | 10 | 11B | 22 | 4C |
| Octal | 313 | 255 | 327 | 6 | 24 | 0 | 20 | 433 | 42 | 114 |
| Binary | 11001011 | 10101101 | 11010111 | 110 | 10100 | 0 | 10000 | 100011011 | 100010 | 1001100 |
Color Harmonies of #CBADD7
Complementary color
Monochromatic Colors of #CBADD7
Black with #CBADD7
Text Example
Text Example
White with #CBADD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADD7; }
p { color: rgb(203,173,215); }
H1.HeaderClassName
{
color: #CBADD7;
}
.AnyTagClassName
{
color: #CBADD7;
}
</style>
background-color css
<style>
a { background-color: #CBADD7; }
a { background-color: rgb(203,173,215); }
div.DivClassName
{
background-color: #CBADD7;
}
.BgClassName
{
background-color: #CBADD7;
}
</style>
border-color css
<style>
span { border-color: #CBADD7; }
span { border-color: rgb(203,173,215); }
td.TdClassName
{
border-color: #CBADD7;
}
.TagClassName
{
border-color: #CBADD7;
}
</style>