Shades of Prelude #CEC4D3
Tints of Prelude #CEC4D3
RGB
CMYK
RGB Variations
Color information
#CEC4D3 (or 0xCEC4D3) is known color: Prelude. HEX triplet: CE, C4 and D3. RGB value is (206,196,211). Sum of RGB (Red+Green+Blue) = 206+196+211=613 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.61% from 613); Green value is 196 (76.95% from 255 or 31.97% from 613); Blue value is 211 (82.81% from 255 or 34.42% from 613); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC4D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC4D3 is #313B2C. Grayscale: #C8C8C8. Windows color (decimal): -3226413 or 13878478. OLE color: 13878478.
HSL color Cylindrical-coordinate representation of color #CEC4D3: hue angle of 280º 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 #CEC4D3 is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 196 | 211 | - |
CMYK | 0.02 | 0.07 | 0 | 0.17 |
HSL | 280º | 0.15% | 0.8% | - |
HSV(B) | 280º | 0.07% | 0.83% | - |
XYZ | 56.95 | 57.3 | 69.69 | - |
YUV | 200.7 | 133.81 | 131.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 196 | 211 | 0.02 | 0.07 | 0 | 0.17 | 280 | 0.15 | 0.8 |
Hex | CE | C4 | D3 | 2 | 7 | 0 | 11 | 118 | F | 50 |
Octal | 316 | 304 | 323 | 2 | 7 | 0 | 21 | 430 | 17 | 120 |
Binary | 11001110 | 11000100 | 11010011 | 10 | 111 | 0 | 10001 | 100011000 | 1111 | 1010000 |
Color Harmonies of #CEC4D3
Complementary color
Monochromatic Colors of #CEC4D3
Black with #CEC4D3
Text Example
Text Example
White with #CEC4D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC4D3; }
p { color: rgb(206,196,211); }
H1.HeaderClassName
{
color: #CEC4D3;
}
.AnyTagClassName
{
color: #CEC4D3;
}
</style>
background-color css
<style>
a { background-color: #CEC4D3; }
a { background-color: rgb(206,196,211); }
div.DivClassName
{
background-color: #CEC4D3;
}
.BgClassName
{
background-color: #CEC4D3;
}
</style>
border-color css
<style>
span { border-color: #CEC4D3; }
span { border-color: rgb(206,196,211); }
td.TdClassName
{
border-color: #CEC4D3;
}
.TagClassName
{
border-color: #CEC4D3;
}
</style>