Shades of Prelude #CBADD9
Tints of Prelude #CBADD9
RGB
CMYK
RGB Variations
Color information
#CBADD9 (or 0xCBADD9) is known color: Prelude. HEX triplet: CB, AD and D9. RGB value is (203,173,217). Sum of RGB (Red+Green+Blue) = 203+173+217=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 217 (85.16% from 255 or 36.59% from 593); Max value from RGB is 217 - color contains mainly: blue. Hex color #CBADD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBADD9 is #345226. Grayscale: #BABABA. Windows color (decimal): -3428903 or 14265803. OLE color: 14265803.
HSL color Cylindrical-coordinate representation of color #CBADD9: hue angle of 280.91º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CBADD9 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 203 | 173 | 217 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.15 |
| HSL | 280.91º | 0.37% | 0.76% | - |
| HSV(B) | 280.91º | 0.2% | 0.85% | - |
| XYZ | 52.1 | 47.59 | 72.09 | - |
| YUV | 186.99 | 144.94 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 173 | 217 | 0.06 | 0.20 | 0 | 0.15 | 280.91 | 0.37 | 0.76 |
| Hex | CB | AD | D9 | 6 | 14 | 0 | F | 119 | 25 | 4C |
| Octal | 313 | 255 | 331 | 6 | 24 | 0 | 17 | 431 | 45 | 114 |
| Binary | 11001011 | 10101101 | 11011001 | 110 | 10100 | 0 | 1111 | 100011001 | 100101 | 1001100 |
Color Harmonies of #CBADD9
Complementary color
Monochromatic Colors of #CBADD9
Black with #CBADD9
Text Example
Text Example
White with #CBADD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBADD9; }
p { color: rgb(203,173,217); }
H1.HeaderClassName
{
color: #CBADD9;
}
.AnyTagClassName
{
color: #CBADD9;
}
</style>
background-color css
<style>
a { background-color: #CBADD9; }
a { background-color: rgb(203,173,217); }
div.DivClassName
{
background-color: #CBADD9;
}
.BgClassName
{
background-color: #CBADD9;
}
</style>
border-color css
<style>
span { border-color: #CBADD9; }
span { border-color: rgb(203,173,217); }
td.TdClassName
{
border-color: #CBADD9;
}
.TagClassName
{
border-color: #CBADD9;
}
</style>