Shades of Prelude #CBAFD7
Tints of Prelude #CBAFD7
RGB
CMYK
RGB Variations
Color information
#CBAFD7 (or 0xCBAFD7) is known color: Prelude. HEX triplet: CB, AF and D7. RGB value is (203,175,215). Sum of RGB (Red+Green+Blue) = 203+175+215=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 175 (68.75% from 255 or 29.51% from 593); Blue value is 215 (84.38% from 255 or 36.26% from 593); Max value from RGB is 215 - color contains mainly: blue. Hex color #CBAFD7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFD7 is #345028. Grayscale: #BBBBBB. Windows color (decimal): -3428393 or 14135243. OLE color: 14135243.
HSL color Cylindrical-coordinate representation of color #CBAFD7: hue angle of 282º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CBAFD7 is Cyan = 0.06, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 203 | 175 | 215 | - |
| CMYK | 0.06 | 0.19 | 0 | 0.16 |
| HSL | 282º | 0.33% | 0.76% | - |
| HSV(B) | 282º | 0.19% | 0.84% | - |
| XYZ | 52.22 | 48.26 | 70.85 | - |
| YUV | 187.93 | 143.28 | 138.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 215 | 0.06 | 0.19 | 0 | 0.16 | 282 | 0.33 | 0.76 |
| Hex | CB | AF | D7 | 6 | 13 | 0 | 10 | 11A | 21 | 4C |
| Octal | 313 | 257 | 327 | 6 | 23 | 0 | 20 | 432 | 41 | 114 |
| Binary | 11001011 | 10101111 | 11010111 | 110 | 10011 | 0 | 10000 | 100011010 | 100001 | 1001100 |
Color Harmonies of #CBAFD7
Complementary color
Monochromatic Colors of #CBAFD7
Black with #CBAFD7
Text Example
Text Example
White with #CBAFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFD7; }
p { color: rgb(203,175,215); }
H1.HeaderClassName
{
color: #CBAFD7;
}
.AnyTagClassName
{
color: #CBAFD7;
}
</style>
background-color css
<style>
a { background-color: #CBAFD7; }
a { background-color: rgb(203,175,215); }
div.DivClassName
{
background-color: #CBAFD7;
}
.BgClassName
{
background-color: #CBAFD7;
}
</style>
border-color css
<style>
span { border-color: #CBAFD7; }
span { border-color: rgb(203,175,215); }
td.TdClassName
{
border-color: #CBAFD7;
}
.TagClassName
{
border-color: #CBAFD7;
}
</style>