Shades of Prelude #CBAFD0
Tints of Prelude #CBAFD0
RGB
CMYK
RGB Variations
Color information
#CBAFD0 (or 0xCBAFD0) is known color: Prelude. HEX triplet: CB, AF and D0. RGB value is (203,175,208). Sum of RGB (Red+Green+Blue) = 203+175+208=586 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.64% from 586); Green value is 175 (68.75% from 255 or 29.86% from 586); Blue value is 208 (81.64% from 255 or 35.49% from 586); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBAFD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD0 is #34502F. Grayscale: #BBBBBB. Windows color (decimal): -3428400 or 13676491. OLE color: 13676491.
HSL color Cylindrical-coordinate representation of color #CBAFD0: hue angle of 290.91º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CBAFD0 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 175 | 208 | - |
| CMYK | 0.02 | 0.16 | 0 | 0.18 |
| HSL | 290.91º | 0.26% | 0.75% | - |
| HSV(B) | 290.91º | 0.16% | 0.82% | - |
| XYZ | 51.34 | 47.91 | 66.22 | - |
| YUV | 187.13 | 139.78 | 139.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 208 | 0.02 | 0.16 | 0 | 0.18 | 290.91 | 0.26 | 0.75 |
| Hex | CB | AF | D0 | 2 | 10 | 0 | 12 | 123 | 1A | 4B |
| Octal | 313 | 257 | 320 | 2 | 20 | 0 | 22 | 443 | 32 | 113 |
| Binary | 11001011 | 10101111 | 11010000 | 10 | 10000 | 0 | 10010 | 100100011 | 11010 | 1001011 |
Color Harmonies of #CBAFD0
Complementary color
Monochromatic Colors of #CBAFD0
Black with #CBAFD0
Text Example
Text Example
White with #CBAFD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFD0; }
p { color: rgb(203,175,208); }
H1.HeaderClassName
{
color: #CBAFD0;
}
.AnyTagClassName
{
color: #CBAFD0;
}
</style>
background-color css
<style>
a { background-color: #CBAFD0; }
a { background-color: rgb(203,175,208); }
div.DivClassName
{
background-color: #CBAFD0;
}
.BgClassName
{
background-color: #CBAFD0;
}
</style>
border-color css
<style>
span { border-color: #CBAFD0; }
span { border-color: rgb(203,175,208); }
td.TdClassName
{
border-color: #CBAFD0;
}
.TagClassName
{
border-color: #CBAFD0;
}
</style>