Shades of Prelude #CEABDB
Tints of Prelude #CEABDB
RGB
CMYK
RGB Variations
Color information
#CEABDB (or 0xCEABDB) is known color: Prelude. HEX triplet: CE, AB and DB. RGB value is (206,171,219). Sum of RGB (Red+Green+Blue) = 206+171+219=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 171 (67.19% from 255 or 28.69% from 596); Blue value is 219 (85.94% from 255 or 36.74% from 596); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEABDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEABDB is #315424. Grayscale: #BABABA. Windows color (decimal): -3232805 or 14396366. OLE color: 14396366.
HSL color Cylindrical-coordinate representation of color #CEABDB: hue angle of 283.75º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEABDB is Cyan = 0.06, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 171 | 219 | - |
| CMYK | 0.06 | 0.22 | 0 | 0.14 |
| HSL | 283.75º | 0.4% | 0.76% | - |
| HSV(B) | 283.75º | 0.22% | 0.86% | - |
| XYZ | 52.8 | 47.36 | 73.38 | - |
| YUV | 186.94 | 146.1 | 141.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 171 | 219 | 0.06 | 0.22 | 0 | 0.14 | 283.75 | 0.4 | 0.76 |
| Hex | CE | AB | DB | 6 | 16 | 0 | E | 11C | 28 | 4C |
| Octal | 316 | 253 | 333 | 6 | 26 | 0 | 16 | 434 | 50 | 114 |
| Binary | 11001110 | 10101011 | 11011011 | 110 | 10110 | 0 | 1110 | 100011100 | 101000 | 1001100 |
Color Harmonies of #CEABDB
Complementary color
Monochromatic Colors of #CEABDB
Black with #CEABDB
Text Example
Text Example
White with #CEABDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEABDB; }
p { color: rgb(206,171,219); }
H1.HeaderClassName
{
color: #CEABDB;
}
.AnyTagClassName
{
color: #CEABDB;
}
</style>
background-color css
<style>
a { background-color: #CEABDB; }
a { background-color: rgb(206,171,219); }
div.DivClassName
{
background-color: #CEABDB;
}
.BgClassName
{
background-color: #CEABDB;
}
</style>
border-color css
<style>
span { border-color: #CEABDB; }
span { border-color: rgb(206,171,219); }
td.TdClassName
{
border-color: #CEABDB;
}
.TagClassName
{
border-color: #CEABDB;
}
</style>