Shades of Prelude #CEC5D5
Tints of Prelude #CEC5D5
RGB
CMYK
RGB Variations
Color information
#CEC5D5 (or 0xCEC5D5) is known color: Prelude. HEX triplet: CE, C5 and D5. RGB value is (206,197,213). Sum of RGB (Red+Green+Blue) = 206+197+213=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 197 (77.34% from 255 or 31.98% from 616); Blue value is 213 (83.59% from 255 or 34.58% from 616); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEC5D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D5 is #313A2A. Grayscale: #C9C9C9. Windows color (decimal): -3226155 or 14009806. OLE color: 14009806.
HSL color Cylindrical-coordinate representation of color #CEC5D5: hue angle of 273.75º degrees, saturation: 0.16, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC5D5 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 197 | 213 | - |
CMYK | 0.03 | 0.08 | 0 | 0.16 |
HSL | 273.75º | 0.16% | 0.8% | - |
HSV(B) | 273.75º | 0.08% | 0.84% | - |
XYZ | 57.43 | 57.86 | 71.09 | - |
YUV | 201.52 | 134.48 | 131.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 213 | 0.03 | 0.08 | 0 | 0.16 | 273.75 | 0.16 | 0.8 |
Hex | CE | C5 | D5 | 3 | 8 | 0 | 10 | 112 | 10 | 50 |
Octal | 316 | 305 | 325 | 3 | 10 | 0 | 20 | 422 | 20 | 120 |
Binary | 11001110 | 11000101 | 11010101 | 11 | 1000 | 0 | 10000 | 100010010 | 10000 | 1010000 |
Color Harmonies of #CEC5D5
Complementary color
Monochromatic Colors of #CEC5D5
Black with #CEC5D5
Text Example
Text Example
White with #CEC5D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D5; }
p { color: rgb(206,197,213); }
H1.HeaderClassName
{
color: #CEC5D5;
}
.AnyTagClassName
{
color: #CEC5D5;
}
</style>
background-color css
<style>
a { background-color: #CEC5D5; }
a { background-color: rgb(206,197,213); }
div.DivClassName
{
background-color: #CEC5D5;
}
.BgClassName
{
background-color: #CEC5D5;
}
</style>
border-color css
<style>
span { border-color: #CEC5D5; }
span { border-color: rgb(206,197,213); }
td.TdClassName
{
border-color: #CEC5D5;
}
.TagClassName
{
border-color: #CEC5D5;
}
</style>