Shades of Prelude #CEAFE2
Tints of Prelude #CEAFE2
RGB
CMYK
RGB Variations
Color information
#CEAFE2 (or 0xCEAFE2) is known color: Prelude. HEX triplet: CE, AF and E2. RGB value is (206,175,226). Sum of RGB (Red+Green+Blue) = 206+175+226=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 175 (68.75% from 255 or 28.83% from 607); Blue value is 226 (88.67% from 255 or 37.23% from 607); Max value from RGB is 226 - color contains mainly: blue. Hex color #CEAFE2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFE2 is #31501D. Grayscale: #BDBDBD. Windows color (decimal): -3231774 or 14856142. OLE color: 14856142.
HSL color Cylindrical-coordinate representation of color #CEAFE2: hue angle of 276.47º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #CEAFE2 is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 206 | 175 | 226 | - |
| CMYK | 0.09 | 0.23 | 0 | 0.11 |
| HSL | 276.47º | 0.47% | 0.79% | - |
| HSV(B) | 276.47º | 0.23% | 0.89% | - |
| XYZ | 54.51 | 49.27 | 78.59 | - |
| YUV | 190.08 | 148.27 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 226 | 0.09 | 0.23 | 0 | 0.11 | 276.47 | 0.47 | 0.79 |
| Hex | CE | AF | E2 | 9 | 17 | 0 | B | 114 | 2F | 4F |
| Octal | 316 | 257 | 342 | 11 | 27 | 0 | 13 | 424 | 57 | 117 |
| Binary | 11001110 | 10101111 | 11100010 | 1001 | 10111 | 0 | 1011 | 100010100 | 101111 | 1001111 |
Color Harmonies of #CEAFE2
Complementary color
Monochromatic Colors of #CEAFE2
Black with #CEAFE2
Text Example
Text Example
White with #CEAFE2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFE2; }
p { color: rgb(206,175,226); }
H1.HeaderClassName
{
color: #CEAFE2;
}
.AnyTagClassName
{
color: #CEAFE2;
}
</style>
background-color css
<style>
a { background-color: #CEAFE2; }
a { background-color: rgb(206,175,226); }
div.DivClassName
{
background-color: #CEAFE2;
}
.BgClassName
{
background-color: #CEAFE2;
}
</style>
border-color css
<style>
span { border-color: #CEAFE2; }
span { border-color: rgb(206,175,226); }
td.TdClassName
{
border-color: #CEAFE2;
}
.TagClassName
{
border-color: #CEAFE2;
}
</style>