Shades of Prelude #CBAFD1
Tints of Prelude #CBAFD1
RGB
CMYK
RGB Variations
Color information
#CBAFD1 (or 0xCBAFD1) is known color: Prelude. HEX triplet: CB, AF and D1. RGB value is (203,175,209). Sum of RGB (Red+Green+Blue) = 203+175+209=587 (77% of max value = 765). Red value is 203 (79.69% from 255 or 34.58% from 587); Green value is 175 (68.75% from 255 or 29.81% from 587); Blue value is 209 (82.03% from 255 or 35.60% from 587); Max value from RGB is 209 - color contains mainly: blue. Hex color #CBAFD1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD1 is #34502E. Grayscale: #BBBBBB. Windows color (decimal): -3428399 or 13742027. OLE color: 13742027.
HSL color Cylindrical-coordinate representation of color #CBAFD1: hue angle of 289.41º degrees, saturation: 0.27, 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 #CBAFD1 is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 175 | 209 | - |
| CMYK | 0.03 | 0.16 | 0 | 0.18 |
| HSL | 289.41º | 0.27% | 0.75% | - |
| HSV(B) | 289.41º | 0.16% | 0.82% | - |
| XYZ | 51.47 | 47.96 | 66.87 | - |
| YUV | 187.25 | 140.28 | 139.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 209 | 0.03 | 0.16 | 0 | 0.18 | 289.41 | 0.27 | 0.75 |
| Hex | CB | AF | D1 | 3 | 10 | 0 | 12 | 121 | 1B | 4B |
| Octal | 313 | 257 | 321 | 3 | 20 | 0 | 22 | 441 | 33 | 113 |
| Binary | 11001011 | 10101111 | 11010001 | 11 | 10000 | 0 | 10010 | 100100001 | 11011 | 1001011 |
Color Harmonies of #CBAFD1
Complementary color
Monochromatic Colors of #CBAFD1
Black with #CBAFD1
Text Example
Text Example
White with #CBAFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFD1; }
p { color: rgb(203,175,209); }
H1.HeaderClassName
{
color: #CBAFD1;
}
.AnyTagClassName
{
color: #CBAFD1;
}
</style>
background-color css
<style>
a { background-color: #CBAFD1; }
a { background-color: rgb(203,175,209); }
div.DivClassName
{
background-color: #CBAFD1;
}
.BgClassName
{
background-color: #CBAFD1;
}
</style>
border-color css
<style>
span { border-color: #CBAFD1; }
span { border-color: rgb(203,175,209); }
td.TdClassName
{
border-color: #CBAFD1;
}
.TagClassName
{
border-color: #CBAFD1;
}
</style>