Shades of Prelude #CEB5DB
Tints of Prelude #CEB5DB
RGB
CMYK
RGB Variations
Color information
#CEB5DB (or 0xCEB5DB) is known color: Prelude. HEX triplet: CE, B5 and DB. RGB value is (206,181,219). Sum of RGB (Red+Green+Blue) = 206+181+219=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 181 (71.09% from 255 or 29.87% from 606); Blue value is 219 (85.94% from 255 or 36.14% from 606); Max value from RGB is 219 - color contains mainly: blue. Hex color #CEB5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5DB is #314A24. Grayscale: #C0C0C0. Windows color (decimal): -3230245 or 14398926. OLE color: 14398926.
HSL color Cylindrical-coordinate representation of color #CEB5DB: hue angle of 279.47º degrees, saturation: 0.35, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEB5DB is Cyan = 0.06, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
RGB | 206 | 181 | 219 | - |
CMYK | 0.06 | 0.17 | 0 | 0.14 |
HSL | 279.47º | 0.35% | 0.78% | - |
HSV(B) | 279.47º | 0.17% | 0.86% | - |
XYZ | 54.76 | 51.28 | 74.03 | - |
YUV | 192.81 | 142.78 | 137.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 181 | 219 | 0.06 | 0.17 | 0 | 0.14 | 279.47 | 0.35 | 0.78 |
Hex | CE | B5 | DB | 6 | 11 | 0 | E | 117 | 23 | 4E |
Octal | 316 | 265 | 333 | 6 | 21 | 0 | 16 | 427 | 43 | 116 |
Binary | 11001110 | 10110101 | 11011011 | 110 | 10001 | 0 | 1110 | 100010111 | 100011 | 1001110 |
Color Harmonies of #CEB5DB
Complementary color
Monochromatic Colors of #CEB5DB
Black with #CEB5DB
Text Example
Text Example
White with #CEB5DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB5DB; }
p { color: rgb(206,181,219); }
H1.HeaderClassName
{
color: #CEB5DB;
}
.AnyTagClassName
{
color: #CEB5DB;
}
</style>
background-color css
<style>
a { background-color: #CEB5DB; }
a { background-color: rgb(206,181,219); }
div.DivClassName
{
background-color: #CEB5DB;
}
.BgClassName
{
background-color: #CEB5DB;
}
</style>
border-color css
<style>
span { border-color: #CEB5DB; }
span { border-color: rgb(206,181,219); }
td.TdClassName
{
border-color: #CEB5DB;
}
.TagClassName
{
border-color: #CEB5DB;
}
</style>