Shades of Prelude #CEB9DA
Tints of Prelude #CEB9DA
RGB
CMYK
RGB Variations
Color information
#CEB9DA (or 0xCEB9DA) is known color: Prelude. HEX triplet: CE, B9 and DA. RGB value is (206,185,218). Sum of RGB (Red+Green+Blue) = 206+185+218=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 185 (72.66% from 255 or 30.38% from 609); Blue value is 218 (85.55% from 255 or 35.80% from 609); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEB9DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9DA is #314625. Grayscale: #C2C2C2. Windows color (decimal): -3229222 or 14334414. OLE color: 14334414.
HSL color Cylindrical-coordinate representation of color #CEB9DA: hue angle of 278.18º degrees, saturation: 0.31, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEB9DA is Cyan = 0.06, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 185 | 218 | - |
CMYK | 0.06 | 0.15 | 0 | 0.15 |
HSL | 278.18º | 0.31% | 0.79% | - |
HSV(B) | 278.18º | 0.15% | 0.85% | - |
XYZ | 55.46 | 52.88 | 73.61 | - |
YUV | 195.04 | 140.96 | 135.82 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 185 | 218 | 0.06 | 0.15 | 0 | 0.15 | 278.18 | 0.31 | 0.79 |
Hex | CE | B9 | DA | 6 | F | 0 | F | 116 | 1F | 4F |
Octal | 316 | 271 | 332 | 6 | 17 | 0 | 17 | 426 | 37 | 117 |
Binary | 11001110 | 10111001 | 11011010 | 110 | 1111 | 0 | 1111 | 100010110 | 11111 | 1001111 |
Color Harmonies of #CEB9DA
Complementary color
Monochromatic Colors of #CEB9DA
Black with #CEB9DA
Text Example
Text Example
White with #CEB9DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEB9DA; }
p { color: rgb(206,185,218); }
H1.HeaderClassName
{
color: #CEB9DA;
}
.AnyTagClassName
{
color: #CEB9DA;
}
</style>
background-color css
<style>
a { background-color: #CEB9DA; }
a { background-color: rgb(206,185,218); }
div.DivClassName
{
background-color: #CEB9DA;
}
.BgClassName
{
background-color: #CEB9DA;
}
</style>
border-color css
<style>
span { border-color: #CEB9DA; }
span { border-color: rgb(206,185,218); }
td.TdClassName
{
border-color: #CEB9DA;
}
.TagClassName
{
border-color: #CEB9DA;
}
</style>