Shades of Prelude #CEADD8
Tints of Prelude #CEADD8
RGB
CMYK
RGB Variations
Color information
#CEADD8 (or 0xCEADD8) is known color: Prelude. HEX triplet: CE, AD and D8. RGB value is (206,173,216). Sum of RGB (Red+Green+Blue) = 206+173+216=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 173 (67.97% from 255 or 29.08% from 595); Blue value is 216 (84.77% from 255 or 36.30% from 595); Max value from RGB is 216 - color contains mainly: blue. Hex color #CEADD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD8 is #315227. Grayscale: #BBBBBB. Windows color (decimal): -3232296 or 14200270. OLE color: 14200270.
HSL color Cylindrical-coordinate representation of color #CEADD8: hue angle of 286.05º degrees, saturation: 0.36, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEADD8 is Cyan = 0.05, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 173 | 216 | - |
| CMYK | 0.05 | 0.20 | 0 | 0.15 |
| HSL | 286.05º | 0.36% | 0.76% | - |
| HSV(B) | 286.05º | 0.2% | 0.85% | - |
| XYZ | 52.79 | 47.97 | 71.44 | - |
| YUV | 187.77 | 143.93 | 141 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 216 | 0.05 | 0.20 | 0 | 0.15 | 286.05 | 0.36 | 0.76 |
| Hex | CE | AD | D8 | 5 | 14 | 0 | F | 11E | 24 | 4C |
| Octal | 316 | 255 | 330 | 5 | 24 | 0 | 17 | 436 | 44 | 114 |
| Binary | 11001110 | 10101101 | 11011000 | 101 | 10100 | 0 | 1111 | 100011110 | 100100 | 1001100 |
Color Harmonies of #CEADD8
Complementary color
Monochromatic Colors of #CEADD8
Black with #CEADD8
Text Example
Text Example
White with #CEADD8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADD8; }
p { color: rgb(206,173,216); }
H1.HeaderClassName
{
color: #CEADD8;
}
.AnyTagClassName
{
color: #CEADD8;
}
</style>
background-color css
<style>
a { background-color: #CEADD8; }
a { background-color: rgb(206,173,216); }
div.DivClassName
{
background-color: #CEADD8;
}
.BgClassName
{
background-color: #CEADD8;
}
</style>
border-color css
<style>
span { border-color: #CEADD8; }
span { border-color: rgb(206,173,216); }
td.TdClassName
{
border-color: #CEADD8;
}
.TagClassName
{
border-color: #CEADD8;
}
</style>