Shades of Prelude #CBAAD1
Tints of Prelude #CBAAD1
RGB
CMYK
RGB Variations
Color information
#CBAAD1 (or 0xCBAAD1) is known color: Prelude. HEX triplet: CB, AA and D1. RGB value is (203,170,209). Sum of RGB (Red+Green+Blue) = 203+170+209=582 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.88% from 582); Green value is 170 (66.80% from 255 or 29.21% from 582); Blue value is 209 (82.03% from 255 or 35.91% from 582); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBAAD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD1 is #34552E. Grayscale: #B8B8B8. Windows color (decimal): -3429679 or 13740747. OLE color: 13740747.
HSL color Cylindrical-coordinate representation of color #CBAAD1: hue angle of 290.77º degrees, saturation: 0.3, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAAD1 is Cyan = 0.03, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 170 | 209 | - |
| CMYK | 0.03 | 0.19 | 0 | 0.18 |
| HSL | 290.77º | 0.3% | 0.74% | - |
| HSV(B) | 290.77º | 0.19% | 0.82% | - |
| XYZ | 50.51 | 46.05 | 66.55 | - |
| YUV | 184.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 209 | 0.03 | 0.19 | 0 | 0.18 | 290.77 | 0.3 | 0.74 |
| Hex | CB | AA | D1 | 3 | 13 | 0 | 12 | 123 | 1E | 4A |
| Octal | 313 | 252 | 321 | 3 | 23 | 0 | 22 | 443 | 36 | 112 |
| Binary | 11001011 | 10101010 | 11010001 | 11 | 10011 | 0 | 10010 | 100100011 | 11110 | 1001010 |
Color Harmonies of #CBAAD1
Complementary color
Monochromatic Colors of #CBAAD1
Black with #CBAAD1
Text Example
Text Example
White with #CBAAD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAD1; }
p { color: rgb(203,170,209); }
H1.HeaderClassName
{
color: #CBAAD1;
}
.AnyTagClassName
{
color: #CBAAD1;
}
</style>
background-color css
<style>
a { background-color: #CBAAD1; }
a { background-color: rgb(203,170,209); }
div.DivClassName
{
background-color: #CBAAD1;
}
.BgClassName
{
background-color: #CBAAD1;
}
</style>
border-color css
<style>
span { border-color: #CBAAD1; }
span { border-color: rgb(203,170,209); }
td.TdClassName
{
border-color: #CBAAD1;
}
.TagClassName
{
border-color: #CBAAD1;
}
</style>