Shades of Prelude #CEAFE0
Tints of Prelude #CEAFE0
RGB
CMYK
RGB Variations
Color information
#CEAFE0 (or 0xCEAFE0) is known color: Prelude. HEX triplet: CE, AF and E0. RGB value is (206,175,224). Sum of RGB (Red+Green+Blue) = 206+175+224=605 (80% of max value = 765). Red value is 206 (80.86% from 255 or 34.05% from 605); Green value is 175 (68.75% from 255 or 28.93% from 605); Blue value is 224 (87.89% from 255 or 37.02% from 605); Max value from RGB is 224 - color contains mainly: blue. Hex color #CEAFE0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE0 is #31501F. Grayscale: #BDBDBD. Windows color (decimal): -3231776 or 14725070. OLE color: 14725070.
HSL color Cylindrical-coordinate representation of color #CEAFE0: hue angle of 277.96º degrees, saturation: 0.44, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #CEAFE0 is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 206 | 175 | 224 | - |
| CMYK | 0.08 | 0.22 | 0 | 0.12 |
| HSL | 277.96º | 0.44% | 0.78% | - |
| HSV(B) | 277.96º | 0.22% | 0.88% | - |
| XYZ | 54.24 | 49.16 | 77.15 | - |
| YUV | 189.86 | 147.27 | 139.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 224 | 0.08 | 0.22 | 0 | 0.12 | 277.96 | 0.44 | 0.78 |
| Hex | CE | AF | E0 | 8 | 16 | 0 | C | 116 | 2C | 4E |
| Octal | 316 | 257 | 340 | 10 | 26 | 0 | 14 | 426 | 54 | 116 |
| Binary | 11001110 | 10101111 | 11100000 | 1000 | 10110 | 0 | 1100 | 100010110 | 101100 | 1001110 |
Color Harmonies of #CEAFE0
Complementary color
Monochromatic Colors of #CEAFE0
Black with #CEAFE0
Text Example
Text Example
White with #CEAFE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFE0; }
p { color: rgb(206,175,224); }
H1.HeaderClassName
{
color: #CEAFE0;
}
.AnyTagClassName
{
color: #CEAFE0;
}
</style>
background-color css
<style>
a { background-color: #CEAFE0; }
a { background-color: rgb(206,175,224); }
div.DivClassName
{
background-color: #CEAFE0;
}
.BgClassName
{
background-color: #CEAFE0;
}
</style>
border-color css
<style>
span { border-color: #CEAFE0; }
span { border-color: rgb(206,175,224); }
td.TdClassName
{
border-color: #CEAFE0;
}
.TagClassName
{
border-color: #CEAFE0;
}
</style>