Shades of Prelude #CEC1D4
Tints of Prelude #CEC1D4
RGB
CMYK
RGB Variations
Color information
#CEC1D4 (or 0xCEC1D4) is known color: Prelude. HEX triplet: CE, C1 and D4. RGB value is (206,193,212). Sum of RGB (Red+Green+Blue) = 206+193+212=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 193 (75.78% from 255 or 31.59% from 611); Blue value is 212 (83.20% from 255 or 34.70% from 611); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEC1D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D4 is #313E2B. Grayscale: #C6C6C6. Windows color (decimal): -3227180 or 13943246. OLE color: 13943246.
HSL color Cylindrical-coordinate representation of color #CEC1D4: hue angle of 281.05º degrees, saturation: 0.18, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEC1D4 is Cyan = 0.03, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 193 | 212 | - |
CMYK | 0.03 | 0.09 | 0 | 0.17 |
HSL | 281.05º | 0.18% | 0.79% | - |
HSV(B) | 281.05º | 0.09% | 0.83% | - |
XYZ | 56.41 | 56.02 | 70.13 | - |
YUV | 199.05 | 135.31 | 132.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 212 | 0.03 | 0.09 | 0 | 0.17 | 281.05 | 0.18 | 0.79 |
Hex | CE | C1 | D4 | 3 | 9 | 0 | 11 | 119 | 12 | 4F |
Octal | 316 | 301 | 324 | 3 | 11 | 0 | 21 | 431 | 22 | 117 |
Binary | 11001110 | 11000001 | 11010100 | 11 | 1001 | 0 | 10001 | 100011001 | 10010 | 1001111 |
Color Harmonies of #CEC1D4
Complementary color
Monochromatic Colors of #CEC1D4
Black with #CEC1D4
Text Example
Text Example
White with #CEC1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D4; }
p { color: rgb(206,193,212); }
H1.HeaderClassName
{
color: #CEC1D4;
}
.AnyTagClassName
{
color: #CEC1D4;
}
</style>
background-color css
<style>
a { background-color: #CEC1D4; }
a { background-color: rgb(206,193,212); }
div.DivClassName
{
background-color: #CEC1D4;
}
.BgClassName
{
background-color: #CEC1D4;
}
</style>
border-color css
<style>
span { border-color: #CEC1D4; }
span { border-color: rgb(206,193,212); }
td.TdClassName
{
border-color: #CEC1D4;
}
.TagClassName
{
border-color: #CEC1D4;
}
</style>