Shades of Prelude #CEABD5
Tints of Prelude #CEABD5
RGB
CMYK
RGB Variations
Color information
#CEABD5 (or 0xCEABD5) is known color: Prelude. HEX triplet: CE, AB and D5. RGB value is (206,171,213). Sum of RGB (Red+Green+Blue) = 206+171+213=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 171 (67.19% from 255 or 28.98% from 590); Blue value is 213 (83.59% from 255 or 36.10% from 590); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEABD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABD5 is #31542A. Grayscale: #BABABA. Windows color (decimal): -3232811 or 14003150. OLE color: 14003150.
HSL color Cylindrical-coordinate representation of color #CEABD5: hue angle of 290º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEABD5 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 171 | 213 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.16 |
| HSL | 290º | 0.33% | 0.75% | - |
| HSV(B) | 290º | 0.2% | 0.84% | - |
| XYZ | 52.03 | 47.05 | 69.29 | - |
| YUV | 186.25 | 143.1 | 142.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 213 | 0.03 | 0.20 | 0 | 0.16 | 290 | 0.33 | 0.75 |
| Hex | CE | AB | D5 | 3 | 14 | 0 | 10 | 122 | 21 | 4B |
| Octal | 316 | 253 | 325 | 3 | 24 | 0 | 20 | 442 | 41 | 113 |
| Binary | 11001110 | 10101011 | 11010101 | 11 | 10100 | 0 | 10000 | 100100010 | 100001 | 1001011 |
Color Harmonies of #CEABD5
Complementary color
Monochromatic Colors of #CEABD5
Black with #CEABD5
Text Example
Text Example
White with #CEABD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABD5; }
p { color: rgb(206,171,213); }
H1.HeaderClassName
{
color: #CEABD5;
}
.AnyTagClassName
{
color: #CEABD5;
}
</style>
background-color css
<style>
a { background-color: #CEABD5; }
a { background-color: rgb(206,171,213); }
div.DivClassName
{
background-color: #CEABD5;
}
.BgClassName
{
background-color: #CEABD5;
}
</style>
border-color css
<style>
span { border-color: #CEABD5; }
span { border-color: rgb(206,171,213); }
td.TdClassName
{
border-color: #CEABD5;
}
.TagClassName
{
border-color: #CEABD5;
}
</style>