Shades of Prelude #CEAEDC
Tints of Prelude #CEAEDC
RGB
CMYK
RGB Variations
Color information
#CEAEDC (or 0xCEAEDC) is known color: Prelude. HEX triplet: CE, AE and DC. RGB value is (206,174,220). Sum of RGB (Red+Green+Blue) = 206+174+220=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 174 (68.36% from 255 or 29% from 600); Blue value is 220 (86.33% from 255 or 36.67% from 600); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEAEDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAEDC is #315123. Grayscale: #BCBCBC. Windows color (decimal): -3232036 or 14462670. OLE color: 14462670.
HSL color Cylindrical-coordinate representation of color #CEAEDC: hue angle of 281.74º degrees, saturation: 0.4, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEAEDC is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 174 | 220 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.14 |
| HSL | 281.74º | 0.4% | 0.77% | - |
| HSV(B) | 281.74º | 0.21% | 0.86% | - |
| XYZ | 53.51 | 48.56 | 74.26 | - |
| YUV | 188.81 | 145.6 | 140.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 174 | 220 | 0.06 | 0.21 | 0 | 0.14 | 281.74 | 0.4 | 0.77 |
| Hex | CE | AE | DC | 6 | 15 | 0 | E | 11A | 28 | 4D |
| Octal | 316 | 256 | 334 | 6 | 25 | 0 | 16 | 432 | 50 | 115 |
| Binary | 11001110 | 10101110 | 11011100 | 110 | 10101 | 0 | 1110 | 100011010 | 101000 | 1001101 |
Color Harmonies of #CEAEDC
Complementary color
Monochromatic Colors of #CEAEDC
Black with #CEAEDC
Text Example
Text Example
White with #CEAEDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAEDC; }
p { color: rgb(206,174,220); }
H1.HeaderClassName
{
color: #CEAEDC;
}
.AnyTagClassName
{
color: #CEAEDC;
}
</style>
background-color css
<style>
a { background-color: #CEAEDC; }
a { background-color: rgb(206,174,220); }
div.DivClassName
{
background-color: #CEAEDC;
}
.BgClassName
{
background-color: #CEAEDC;
}
</style>
border-color css
<style>
span { border-color: #CEAEDC; }
span { border-color: rgb(206,174,220); }
td.TdClassName
{
border-color: #CEAEDC;
}
.TagClassName
{
border-color: #CEAEDC;
}
</style>