Shades of Prelude #CEC5D3
Tints of Prelude #CEC5D3
RGB
CMYK
RGB Variations
Color information
#CEC5D3 (or 0xCEC5D3) is known color: Prelude. HEX triplet: CE, C5 and D3. RGB value is (206,197,211). Sum of RGB (Red+Green+Blue) = 206+197+211=614 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.55% from 614); Green value is 197 (77.34% from 255 or 32.08% from 614); Blue value is 211 (82.81% from 255 or 34.36% from 614); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D3 is #313A2C. Grayscale: #C9C9C9. Windows color (decimal): -3226157 or 13878734. OLE color: 13878734.
HSL color Cylindrical-coordinate representation of color #CEC5D3: hue angle of 278.57º degrees, saturation: 0.14, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CEC5D3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 197 | 211 | - |
CMYK | 0.02 | 0.07 | 0 | 0.17 |
HSL | 278.57º | 0.14% | 0.8% | - |
HSV(B) | 278.57º | 0.07% | 0.83% | - |
XYZ | 57.18 | 57.76 | 69.76 | - |
YUV | 201.29 | 133.48 | 131.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 211 | 0.02 | 0.07 | 0 | 0.17 | 278.57 | 0.14 | 0.8 |
Hex | CE | C5 | D3 | 2 | 7 | 0 | 11 | 117 | E | 50 |
Octal | 316 | 305 | 323 | 2 | 7 | 0 | 21 | 427 | 16 | 120 |
Binary | 11001110 | 11000101 | 11010011 | 10 | 111 | 0 | 10001 | 100010111 | 1110 | 1010000 |
Color Harmonies of #CEC5D3
Complementary color
Monochromatic Colors of #CEC5D3
Black with #CEC5D3
Text Example
Text Example
White with #CEC5D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D3; }
p { color: rgb(206,197,211); }
H1.HeaderClassName
{
color: #CEC5D3;
}
.AnyTagClassName
{
color: #CEC5D3;
}
</style>
background-color css
<style>
a { background-color: #CEC5D3; }
a { background-color: rgb(206,197,211); }
div.DivClassName
{
background-color: #CEC5D3;
}
.BgClassName
{
background-color: #CEC5D3;
}
</style>
border-color css
<style>
span { border-color: #CEC5D3; }
span { border-color: rgb(206,197,211); }
td.TdClassName
{
border-color: #CEC5D3;
}
.TagClassName
{
border-color: #CEC5D3;
}
</style>