Shades of Prelude #CEC2D3
Tints of Prelude #CEC2D3
RGB
CMYK
RGB Variations
Color information
#CEC2D3 (or 0xCEC2D3) is known color: Prelude. HEX triplet: CE, C2 and D3. RGB value is (206,194,211). Sum of RGB (Red+Green+Blue) = 206+194+211=611 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.72% from 611); Green value is 194 (76.17% from 255 or 31.75% from 611); Blue value is 211 (82.81% from 255 or 34.53% from 611); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEC2D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2D3 is #313D2C. Grayscale: #C7C7C7. Windows color (decimal): -3226925 or 13877966. OLE color: 13877966.
HSL color Cylindrical-coordinate representation of color #CEC2D3: hue angle of 282.35º degrees, saturation: 0.16, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CEC2D3 is Cyan = 0.02, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
RGB | 206 | 194 | 211 | - |
CMYK | 0.02 | 0.08 | 0 | 0.17 |
HSL | 282.35º | 0.16% | 0.79% | - |
HSV(B) | 282.35º | 0.08% | 0.83% | - |
XYZ | 56.5 | 56.41 | 69.54 | - |
YUV | 199.53 | 134.48 | 132.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 194 | 211 | 0.02 | 0.08 | 0 | 0.17 | 282.35 | 0.16 | 0.79 |
Hex | CE | C2 | D3 | 2 | 8 | 0 | 11 | 11A | 10 | 4F |
Octal | 316 | 302 | 323 | 2 | 10 | 0 | 21 | 432 | 20 | 117 |
Binary | 11001110 | 11000010 | 11010011 | 10 | 1000 | 0 | 10001 | 100011010 | 10000 | 1001111 |
Color Harmonies of #CEC2D3
Complementary color
Monochromatic Colors of #CEC2D3
Black with #CEC2D3
Text Example
Text Example
White with #CEC2D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEC2D3; }
p { color: rgb(206,194,211); }
H1.HeaderClassName
{
color: #CEC2D3;
}
.AnyTagClassName
{
color: #CEC2D3;
}
</style>
background-color css
<style>
a { background-color: #CEC2D3; }
a { background-color: rgb(206,194,211); }
div.DivClassName
{
background-color: #CEC2D3;
}
.BgClassName
{
background-color: #CEC2D3;
}
</style>
border-color css
<style>
span { border-color: #CEC2D3; }
span { border-color: rgb(206,194,211); }
td.TdClassName
{
border-color: #CEC2D3;
}
.TagClassName
{
border-color: #CEC2D3;
}
</style>