Shades of Prelude #CBAFD6
Tints of Prelude #CBAFD6
RGB
CMYK
RGB Variations
Color information
#CBAFD6 (or 0xCBAFD6) is known color: Prelude. HEX triplet: CB, AF and D6. RGB value is (203,175,214). Sum of RGB (Red+Green+Blue) = 203+175+214=592 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.29% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 214 (83.98% from 255 or 36.15% from 592); Max value from RGB is 214 - color contains mainly: blue. Hex color #CBAFD6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD6 is #345029. Grayscale: #BBBBBB. Windows color (decimal): -3428394 or 14069707. OLE color: 14069707.
HSL color Cylindrical-coordinate representation of color #CBAFD6: hue angle of 283.08º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CBAFD6 is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 175 | 214 | - |
| CMYK | 0.05 | 0.18 | 0 | 0.16 |
| HSL | 283.08º | 0.32% | 0.76% | - |
| HSV(B) | 283.08º | 0.18% | 0.84% | - |
| XYZ | 52.1 | 48.21 | 70.18 | - |
| YUV | 187.82 | 142.78 | 138.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 214 | 0.05 | 0.18 | 0 | 0.16 | 283.08 | 0.32 | 0.76 |
| Hex | CB | AF | D6 | 5 | 12 | 0 | 10 | 11B | 20 | 4C |
| Octal | 313 | 257 | 326 | 5 | 22 | 0 | 20 | 433 | 40 | 114 |
| Binary | 11001011 | 10101111 | 11010110 | 101 | 10010 | 0 | 10000 | 100011011 | 100000 | 1001100 |
Color Harmonies of #CBAFD6
Complementary color
Monochromatic Colors of #CBAFD6
Black with #CBAFD6
Text Example
Text Example
White with #CBAFD6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFD6; }
p { color: rgb(203,175,214); }
H1.HeaderClassName
{
color: #CBAFD6;
}
.AnyTagClassName
{
color: #CBAFD6;
}
</style>
background-color css
<style>
a { background-color: #CBAFD6; }
a { background-color: rgb(203,175,214); }
div.DivClassName
{
background-color: #CBAFD6;
}
.BgClassName
{
background-color: #CBAFD6;
}
</style>
border-color css
<style>
span { border-color: #CBAFD6; }
span { border-color: rgb(203,175,214); }
td.TdClassName
{
border-color: #CBAFD6;
}
.TagClassName
{
border-color: #CBAFD6;
}
</style>