Shades of Prelude #CEC2D7
Tints of Prelude #CEC2D7
RGB
CMYK
RGB Variations
Color information
#CEC2D7 (or 0xCEC2D7) is known color: Prelude. HEX triplet: CE, C2 and D7. RGB value is (206,194,215). Sum of RGB (Red+Green+Blue) = 206+194+215=615 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.50% from 615); Green value is 194 (76.17% from 255 or 31.54% from 615); Blue value is 215 (84.38% from 255 or 34.96% from 615); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEC2D7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2D7 is #313D28. Grayscale: #C7C7C7. Windows color (decimal): -3226921 or 14140110. OLE color: 14140110.
HSL color Cylindrical-coordinate representation of color #CEC2D7: hue angle of 274.29º degrees, saturation: 0.21, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC2D7 is Cyan = 0.04, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
RGB | 206 | 194 | 215 | - |
CMYK | 0.04 | 0.10 | 0 | 0.16 |
HSL | 274.29º | 0.21% | 0.8% | - |
HSV(B) | 274.29º | 0.1% | 0.84% | - |
XYZ | 57.01 | 56.61 | 72.21 | - |
YUV | 199.98 | 136.48 | 132.29 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 215 | 0.04 | 0.10 | 0 | 0.16 | 274.29 | 0.21 | 0.8 |
Hex | CE | C2 | D7 | 4 | A | 0 | 10 | 112 | 15 | 50 |
Octal | 316 | 302 | 327 | 4 | 12 | 0 | 20 | 422 | 25 | 120 |
Binary | 11001110 | 11000010 | 11010111 | 100 | 1010 | 0 | 10000 | 100010010 | 10101 | 1010000 |
Color Harmonies of #CEC2D7
Complementary color
Monochromatic Colors of #CEC2D7
Black with #CEC2D7
Text Example
Text Example
White with #CEC2D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2D7; }
p { color: rgb(206,194,215); }
H1.HeaderClassName
{
color: #CEC2D7;
}
.AnyTagClassName
{
color: #CEC2D7;
}
</style>
background-color css
<style>
a { background-color: #CEC2D7; }
a { background-color: rgb(206,194,215); }
div.DivClassName
{
background-color: #CEC2D7;
}
.BgClassName
{
background-color: #CEC2D7;
}
</style>
border-color css
<style>
span { border-color: #CEC2D7; }
span { border-color: rgb(206,194,215); }
td.TdClassName
{
border-color: #CEC2D7;
}
.TagClassName
{
border-color: #CEC2D7;
}
</style>