Shades of Prelude #CBAFDE
Tints of Prelude #CBAFDE
RGB
CMYK
RGB Variations
Color information
#CBAFDE (or 0xCBAFDE) is known color: Prelude. HEX triplet: CB, AF and DE. RGB value is (203,175,222). Sum of RGB (Red+Green+Blue) = 203+175+222=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 175 (68.75% from 255 or 29.17% from 600); Blue value is 222 (87.11% from 255 or 37% from 600); Max value from RGB is 222 - color contains mainly: blue. Hex color #CBAFDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CBAFDE is #345021. Grayscale: #BCBCBC. Windows color (decimal): -3428386 or 14593995. OLE color: 14593995.
HSL color Cylindrical-coordinate representation of color #CBAFDE: hue angle of 275.74º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CBAFDE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 203 | 175 | 222 | - |
| CMYK | 0.09 | 0.21 | 0 | 0.13 |
| HSL | 275.74º | 0.42% | 0.78% | - |
| HSV(B) | 275.74º | 0.21% | 0.87% | - |
| XYZ | 53.14 | 48.63 | 75.69 | - |
| YUV | 188.73 | 146.78 | 138.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 175 | 222 | 0.09 | 0.21 | 0 | 0.13 | 275.74 | 0.42 | 0.78 |
| Hex | CB | AF | DE | 9 | 15 | 0 | D | 114 | 2A | 4E |
| Octal | 313 | 257 | 336 | 11 | 25 | 0 | 15 | 424 | 52 | 116 |
| Binary | 11001011 | 10101111 | 11011110 | 1001 | 10101 | 0 | 1101 | 100010100 | 101010 | 1001110 |
Color Harmonies of #CBAFDE
Complementary color
Monochromatic Colors of #CBAFDE
Black with #CBAFDE
Text Example
Text Example
White with #CBAFDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBAFDE; }
p { color: rgb(203,175,222); }
H1.HeaderClassName
{
color: #CBAFDE;
}
.AnyTagClassName
{
color: #CBAFDE;
}
</style>
background-color css
<style>
a { background-color: #CBAFDE; }
a { background-color: rgb(203,175,222); }
div.DivClassName
{
background-color: #CBAFDE;
}
.BgClassName
{
background-color: #CBAFDE;
}
</style>
border-color css
<style>
span { border-color: #CBAFDE; }
span { border-color: rgb(203,175,222); }
td.TdClassName
{
border-color: #CBAFDE;
}
.TagClassName
{
border-color: #CBAFDE;
}
</style>