Shades of Prelude #CEA9D4
Tints of Prelude #CEA9D4
RGB
CMYK
RGB Variations
Color information
#CEA9D4 (or 0xCEA9D4) is known color: Prelude. HEX triplet: CE, A9 and D4. RGB value is (206,169,212). Sum of RGB (Red+Green+Blue) = 206+169+212=587 (77% of max value = 765). Red value is 206 (80.86% from 255 or 35.09% from 587); Green value is 169 (66.41% from 255 or 28.79% from 587); Blue value is 212 (83.20% from 255 or 36.12% from 587); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEA9D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEA9D4 is #31562B. Grayscale: #B8B8B8. Windows color (decimal): -3233324 or 13937102. OLE color: 13937102.
HSL color Cylindrical-coordinate representation of color #CEA9D4: hue angle of 291.63º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEA9D4 is Cyan = 0.03, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 169 | 212 | - |
| CMYK | 0.03 | 0.20 | 0 | 0.17 |
| HSL | 291.63º | 0.33% | 0.75% | - |
| HSV(B) | 291.63º | 0.2% | 0.83% | - |
| XYZ | 51.53 | 46.25 | 68.5 | - |
| YUV | 184.97 | 143.26 | 143 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 169 | 212 | 0.03 | 0.20 | 0 | 0.17 | 291.63 | 0.33 | 0.75 |
| Hex | CE | A9 | D4 | 3 | 14 | 0 | 11 | 124 | 21 | 4B |
| Octal | 316 | 251 | 324 | 3 | 24 | 0 | 21 | 444 | 41 | 113 |
| Binary | 11001110 | 10101001 | 11010100 | 11 | 10100 | 0 | 10001 | 100100100 | 100001 | 1001011 |
Color Harmonies of #CEA9D4
Complementary color
Monochromatic Colors of #CEA9D4
Black with #CEA9D4
Text Example
Text Example
White with #CEA9D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEA9D4; }
p { color: rgb(206,169,212); }
H1.HeaderClassName
{
color: #CEA9D4;
}
.AnyTagClassName
{
color: #CEA9D4;
}
</style>
background-color css
<style>
a { background-color: #CEA9D4; }
a { background-color: rgb(206,169,212); }
div.DivClassName
{
background-color: #CEA9D4;
}
.BgClassName
{
background-color: #CEA9D4;
}
</style>
border-color css
<style>
span { border-color: #CEA9D4; }
span { border-color: rgb(206,169,212); }
td.TdClassName
{
border-color: #CEA9D4;
}
.TagClassName
{
border-color: #CEA9D4;
}
</style>