Shades of Prelude #CEC2D8
Tints of Prelude #CEC2D8
RGB
CMYK
RGB Variations
Color information
#CEC2D8 (or 0xCEC2D8) is known color: Prelude. HEX triplet: CE, C2 and D8. RGB value is (206,194,216). Sum of RGB (Red+Green+Blue) = 206+194+216=616 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.44% from 616); Green value is 194 (76.17% from 255 or 31.49% from 616); Blue value is 216 (84.77% from 255 or 35.06% from 616); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEC2D8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2D8 is #313D27. Grayscale: #C8C8C8. Windows color (decimal): -3226920 or 14205646. OLE color: 14205646.
HSL color Cylindrical-coordinate representation of color #CEC2D8: hue angle of 272.73º degrees, saturation: 0.22, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEC2D8 is Cyan = 0.05, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
RGB | 206 | 194 | 216 | - |
CMYK | 0.05 | 0.10 | 0 | 0.15 |
HSL | 272.73º | 0.22% | 0.8% | - |
HSV(B) | 272.73º | 0.1% | 0.85% | - |
XYZ | 57.14 | 56.66 | 72.89 | - |
YUV | 200.1 | 136.98 | 132.21 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 216 | 0.05 | 0.10 | 0 | 0.15 | 272.73 | 0.22 | 0.8 |
Hex | CE | C2 | D8 | 5 | A | 0 | F | 111 | 16 | 50 |
Octal | 316 | 302 | 330 | 5 | 12 | 0 | 17 | 421 | 26 | 120 |
Binary | 11001110 | 11000010 | 11011000 | 101 | 1010 | 0 | 1111 | 100010001 | 10110 | 1010000 |
Color Harmonies of #CEC2D8
Complementary color
Monochromatic Colors of #CEC2D8
Black with #CEC2D8
Text Example
Text Example
White with #CEC2D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2D8; }
p { color: rgb(206,194,216); }
H1.HeaderClassName
{
color: #CEC2D8;
}
.AnyTagClassName
{
color: #CEC2D8;
}
</style>
background-color css
<style>
a { background-color: #CEC2D8; }
a { background-color: rgb(206,194,216); }
div.DivClassName
{
background-color: #CEC2D8;
}
.BgClassName
{
background-color: #CEC2D8;
}
</style>
border-color css
<style>
span { border-color: #CEC2D8; }
span { border-color: rgb(206,194,216); }
td.TdClassName
{
border-color: #CEC2D8;
}
.TagClassName
{
border-color: #CEC2D8;
}
</style>