Shades of Prelude #CBAAD3
Tints of Prelude #CBAAD3
RGB
CMYK
RGB Variations
Color information
#CBAAD3 (or 0xCBAAD3) is known color: Prelude. HEX triplet: CB, AA and D3. RGB value is (203,170,211). Sum of RGB (Red+Green+Blue) = 203+170+211=584 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.76% from 584); Green value is 170 (66.80% from 255 or 29.11% from 584); Blue value is 211 (82.81% from 255 or 36.13% from 584); Max value from RGB is 211 - color contains mainly: blue. Hex color #CBAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAAD3 is #34552C. Grayscale: #B8B8B8. Windows color (decimal): -3429677 or 13871819. OLE color: 13871819.
HSL color Cylindrical-coordinate representation of color #CBAAD3: hue angle of 288.29º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAAD3 is Cyan = 0.04, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 203 | 170 | 211 | - |
| CMYK | 0.04 | 0.19 | 0 | 0.17 |
| HSL | 288.29º | 0.32% | 0.75% | - |
| HSV(B) | 288.29º | 0.19% | 0.83% | - |
| XYZ | 50.76 | 46.15 | 67.86 | - |
| YUV | 184.54 | 142.93 | 141.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 170 | 211 | 0.04 | 0.19 | 0 | 0.17 | 288.29 | 0.32 | 0.75 |
| Hex | CB | AA | D3 | 4 | 13 | 0 | 11 | 120 | 20 | 4B |
| Octal | 313 | 252 | 323 | 4 | 23 | 0 | 21 | 440 | 40 | 113 |
| Binary | 11001011 | 10101010 | 11010011 | 100 | 10011 | 0 | 10001 | 100100000 | 100000 | 1001011 |
Color Harmonies of #CBAAD3
Complementary color
Monochromatic Colors of #CBAAD3
Black with #CBAAD3
Text Example
Text Example
White with #CBAAD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAAD3; }
p { color: rgb(203,170,211); }
H1.HeaderClassName
{
color: #CBAAD3;
}
.AnyTagClassName
{
color: #CBAAD3;
}
</style>
background-color css
<style>
a { background-color: #CBAAD3; }
a { background-color: rgb(203,170,211); }
div.DivClassName
{
background-color: #CBAAD3;
}
.BgClassName
{
background-color: #CBAAD3;
}
</style>
border-color css
<style>
span { border-color: #CBAAD3; }
span { border-color: rgb(203,170,211); }
td.TdClassName
{
border-color: #CBAAD3;
}
.TagClassName
{
border-color: #CBAAD3;
}
</style>