Shades of Prelude #CEADD4
Tints of Prelude #CEADD4
RGB
CMYK
RGB Variations
Color information
#CEADD4 (or 0xCEADD4) is known color: Prelude. HEX triplet: CE, AD and D4. RGB value is (206,173,212). Sum of RGB (Red+Green+Blue) = 206+173+212=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 173 (67.97% from 255 or 29.27% from 591); Blue value is 212 (83.20% from 255 or 35.87% from 591); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEADD4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD4 is #31522B. Grayscale: #BBBBBB. Windows color (decimal): -3232300 or 13938126. OLE color: 13938126.
HSL color Cylindrical-coordinate representation of color #CEADD4: hue angle of 290.77º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEADD4 is Cyan = 0.03, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 173 | 212 | - |
| CMYK | 0.03 | 0.18 | 0 | 0.17 |
| HSL | 290.77º | 0.31% | 0.75% | - |
| HSV(B) | 290.77º | 0.18% | 0.83% | - |
| XYZ | 52.28 | 47.76 | 68.75 | - |
| YUV | 187.31 | 141.93 | 141.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 212 | 0.03 | 0.18 | 0 | 0.17 | 290.77 | 0.31 | 0.75 |
| Hex | CE | AD | D4 | 3 | 12 | 0 | 11 | 123 | 1F | 4B |
| Octal | 316 | 255 | 324 | 3 | 22 | 0 | 21 | 443 | 37 | 113 |
| Binary | 11001110 | 10101101 | 11010100 | 11 | 10010 | 0 | 10001 | 100100011 | 11111 | 1001011 |
Color Harmonies of #CEADD4
Complementary color
Monochromatic Colors of #CEADD4
Black with #CEADD4
Text Example
Text Example
White with #CEADD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADD4; }
p { color: rgb(206,173,212); }
H1.HeaderClassName
{
color: #CEADD4;
}
.AnyTagClassName
{
color: #CEADD4;
}
</style>
background-color css
<style>
a { background-color: #CEADD4; }
a { background-color: rgb(206,173,212); }
div.DivClassName
{
background-color: #CEADD4;
}
.BgClassName
{
background-color: #CEADD4;
}
</style>
border-color css
<style>
span { border-color: #CEADD4; }
span { border-color: rgb(206,173,212); }
td.TdClassName
{
border-color: #CEADD4;
}
.TagClassName
{
border-color: #CEADD4;
}
</style>