Shades of Prelude #CEC2D4
Tints of Prelude #CEC2D4
RGB
CMYK
RGB Variations
Color information
#CEC2D4 (or 0xCEC2D4) is known color: Prelude. HEX triplet: CE, C2 and D4. RGB value is (206,194,212). Sum of RGB (Red+Green+Blue) = 206+194+212=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 194 (76.17% from 255 or 31.70% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEC2D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2D4 is #313D2B. Grayscale: #C7C7C7. Windows color (decimal): -3226924 or 13943502. OLE color: 13943502.
HSL color Cylindrical-coordinate representation of color #CEC2D4: hue angle of 280º degrees, saturation: 0.17, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC2D4 is Cyan = 0.03, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 194 | 212 | - |
CMYK | 0.03 | 0.08 | 0 | 0.17 |
HSL | 280º | 0.17% | 0.8% | - |
HSV(B) | 280º | 0.08% | 0.83% | - |
XYZ | 56.63 | 56.46 | 70.2 | - |
YUV | 199.64 | 134.98 | 132.54 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 212 | 0.03 | 0.08 | 0 | 0.17 | 280 | 0.17 | 0.8 |
Hex | CE | C2 | D4 | 3 | 8 | 0 | 11 | 118 | 11 | 50 |
Octal | 316 | 302 | 324 | 3 | 10 | 0 | 21 | 430 | 21 | 120 |
Binary | 11001110 | 11000010 | 11010100 | 11 | 1000 | 0 | 10001 | 100011000 | 10001 | 1010000 |
Color Harmonies of #CEC2D4
Complementary color
Monochromatic Colors of #CEC2D4
Black with #CEC2D4
Text Example
Text Example
White with #CEC2D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2D4; }
p { color: rgb(206,194,212); }
H1.HeaderClassName
{
color: #CEC2D4;
}
.AnyTagClassName
{
color: #CEC2D4;
}
</style>
background-color css
<style>
a { background-color: #CEC2D4; }
a { background-color: rgb(206,194,212); }
div.DivClassName
{
background-color: #CEC2D4;
}
.BgClassName
{
background-color: #CEC2D4;
}
</style>
border-color css
<style>
span { border-color: #CEC2D4; }
span { border-color: rgb(206,194,212); }
td.TdClassName
{
border-color: #CEC2D4;
}
.TagClassName
{
border-color: #CEC2D4;
}
</style>