Shades of Prelude #CEC5D4
Tints of Prelude #CEC5D4
RGB
CMYK
RGB Variations
Color information
#CEC5D4 (or 0xCEC5D4) is known color: Prelude. HEX triplet: CE, C5 and D4. RGB value is (206,197,212). Sum of RGB (Red+Green+Blue) = 206+197+212=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 197 (77.34% from 255 or 32.03% from 615); Blue value is 212 (83.20% from 255 or 34.47% from 615); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEC5D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5D4 is #313A2B. Grayscale: #C9C9C9. Windows color (decimal): -3226156 or 13944270. OLE color: 13944270.
HSL color Cylindrical-coordinate representation of color #CEC5D4: hue angle of 276º degrees, saturation: 0.15, 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 #CEC5D4 is Cyan = 0.03, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 197 | 212 | - |
CMYK | 0.03 | 0.07 | 0 | 0.17 |
HSL | 276º | 0.15% | 0.8% | - |
HSV(B) | 276º | 0.07% | 0.83% | - |
XYZ | 57.3 | 57.81 | 70.43 | - |
YUV | 201.4 | 133.98 | 131.28 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 197 | 212 | 0.03 | 0.07 | 0 | 0.17 | 276 | 0.15 | 0.8 |
Hex | CE | C5 | D4 | 3 | 7 | 0 | 11 | 114 | F | 50 |
Octal | 316 | 305 | 324 | 3 | 7 | 0 | 21 | 424 | 17 | 120 |
Binary | 11001110 | 11000101 | 11010100 | 11 | 111 | 0 | 10001 | 100010100 | 1111 | 1010000 |
Color Harmonies of #CEC5D4
Complementary color
Monochromatic Colors of #CEC5D4
Black with #CEC5D4
Text Example
Text Example
White with #CEC5D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC5D4; }
p { color: rgb(206,197,212); }
H1.HeaderClassName
{
color: #CEC5D4;
}
.AnyTagClassName
{
color: #CEC5D4;
}
</style>
background-color css
<style>
a { background-color: #CEC5D4; }
a { background-color: rgb(206,197,212); }
div.DivClassName
{
background-color: #CEC5D4;
}
.BgClassName
{
background-color: #CEC5D4;
}
</style>
border-color css
<style>
span { border-color: #CEC5D4; }
span { border-color: rgb(206,197,212); }
td.TdClassName
{
border-color: #CEC5D4;
}
.TagClassName
{
border-color: #CEC5D4;
}
</style>