Shades of Prelude #CEC1D3
Tints of Prelude #CEC1D3
RGB
CMYK
RGB Variations
Color information
#CEC1D3 (or 0xCEC1D3) is known color: Prelude. HEX triplet: CE, C1 and D3. RGB value is (206,193,211). Sum of RGB (Red+Green+Blue) = 206+193+211=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 193 (75.78% from 255 or 31.64% from 610); Blue value is 211 (82.81% from 255 or 34.59% from 610); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC1D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1D3 is #313E2C. Grayscale: #C6C6C6. Windows color (decimal): -3227181 or 13877710. OLE color: 13877710.
HSL color Cylindrical-coordinate representation of color #CEC1D3: hue angle of 283.33º degrees, saturation: 0.17, 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 #CEC1D3 is Cyan = 0.02, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 193 | 211 | - |
CMYK | 0.02 | 0.09 | 0 | 0.17 |
HSL | 283.33º | 0.17% | 0.79% | - |
HSV(B) | 283.33º | 0.09% | 0.83% | - |
XYZ | 56.28 | 55.96 | 69.46 | - |
YUV | 198.94 | 134.81 | 133.04 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 193 | 211 | 0.02 | 0.09 | 0 | 0.17 | 283.33 | 0.17 | 0.79 |
Hex | CE | C1 | D3 | 2 | 9 | 0 | 11 | 11B | 11 | 4F |
Octal | 316 | 301 | 323 | 2 | 11 | 0 | 21 | 433 | 21 | 117 |
Binary | 11001110 | 11000001 | 11010011 | 10 | 1001 | 0 | 10001 | 100011011 | 10001 | 1001111 |
Color Harmonies of #CEC1D3
Complementary color
Monochromatic Colors of #CEC1D3
Black with #CEC1D3
Text Example
Text Example
White with #CEC1D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC1D3; }
p { color: rgb(206,193,211); }
H1.HeaderClassName
{
color: #CEC1D3;
}
.AnyTagClassName
{
color: #CEC1D3;
}
</style>
background-color css
<style>
a { background-color: #CEC1D3; }
a { background-color: rgb(206,193,211); }
div.DivClassName
{
background-color: #CEC1D3;
}
.BgClassName
{
background-color: #CEC1D3;
}
</style>
border-color css
<style>
span { border-color: #CEC1D3; }
span { border-color: rgb(206,193,211); }
td.TdClassName
{
border-color: #CEC1D3;
}
.TagClassName
{
border-color: #CEC1D3;
}
</style>