Shades of Prelude #CEABDA
Tints of Prelude #CEABDA
RGB
CMYK
RGB Variations
Color information
#CEABDA (or 0xCEABDA) is known color: Prelude. HEX triplet: CE, AB and DA. RGB value is (206,171,218). Sum of RGB (Red+Green+Blue) = 206+171+218=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 171 (67.19% from 255 or 28.74% from 595); Blue value is 218 (85.55% from 255 or 36.64% from 595); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEABDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABDA is #315425. Grayscale: #BABABA. Windows color (decimal): -3232806 or 14330830. OLE color: 14330830.
HSL color Cylindrical-coordinate representation of color #CEABDA: hue angle of 284.68º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEABDA is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 171 | 218 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.15 |
| HSL | 284.68º | 0.39% | 0.76% | - |
| HSV(B) | 284.68º | 0.22% | 0.85% | - |
| XYZ | 52.67 | 47.31 | 72.69 | - |
| YUV | 186.82 | 145.6 | 141.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 218 | 0.06 | 0.22 | 0 | 0.15 | 284.68 | 0.39 | 0.76 |
| Hex | CE | AB | DA | 6 | 16 | 0 | F | 11D | 27 | 4C |
| Octal | 316 | 253 | 332 | 6 | 26 | 0 | 17 | 435 | 47 | 114 |
| Binary | 11001110 | 10101011 | 11011010 | 110 | 10110 | 0 | 1111 | 100011101 | 100111 | 1001100 |
Color Harmonies of #CEABDA
Complementary color
Monochromatic Colors of #CEABDA
Black with #CEABDA
Text Example
Text Example
White with #CEABDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABDA; }
p { color: rgb(206,171,218); }
H1.HeaderClassName
{
color: #CEABDA;
}
.AnyTagClassName
{
color: #CEABDA;
}
</style>
background-color css
<style>
a { background-color: #CEABDA; }
a { background-color: rgb(206,171,218); }
div.DivClassName
{
background-color: #CEABDA;
}
.BgClassName
{
background-color: #CEABDA;
}
</style>
border-color css
<style>
span { border-color: #CEABDA; }
span { border-color: rgb(206,171,218); }
td.TdClassName
{
border-color: #CEABDA;
}
.TagClassName
{
border-color: #CEABDA;
}
</style>