Shades of Prelude #CEAFDC
Tints of Prelude #CEAFDC
RGB
CMYK
RGB Variations
Color information
#CEAFDC (or 0xCEAFDC) is known color: Prelude. HEX triplet: CE, AF and DC. RGB value is (206,175,220). Sum of RGB (Red+Green+Blue) = 206+175+220=601 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.28% from 601); Green value is 175 (68.75% from 255 or 29.12% from 601); Blue value is 220 (86.33% from 255 or 36.61% from 601); Max value from RGB is 220 - color contains mainly: blue. Hex color #CEAFDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFDC is #315023. Grayscale: #BDBDBD. Windows color (decimal): -3231780 or 14462926. OLE color: 14462926.
HSL color Cylindrical-coordinate representation of color #CEAFDC: hue angle of 281.33º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CEAFDC is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 206 | 175 | 220 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.14 |
| HSL | 281.33º | 0.39% | 0.77% | - |
| HSV(B) | 281.33º | 0.2% | 0.86% | - |
| XYZ | 53.7 | 48.95 | 74.33 | - |
| YUV | 189.4 | 145.27 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 220 | 0.06 | 0.20 | 0 | 0.14 | 281.33 | 0.39 | 0.77 |
| Hex | CE | AF | DC | 6 | 14 | 0 | E | 119 | 27 | 4D |
| Octal | 316 | 257 | 334 | 6 | 24 | 0 | 16 | 431 | 47 | 115 |
| Binary | 11001110 | 10101111 | 11011100 | 110 | 10100 | 0 | 1110 | 100011001 | 100111 | 1001101 |
Color Harmonies of #CEAFDC
Complementary color
Monochromatic Colors of #CEAFDC
Black with #CEAFDC
Text Example
Text Example
White with #CEAFDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFDC; }
p { color: rgb(206,175,220); }
H1.HeaderClassName
{
color: #CEAFDC;
}
.AnyTagClassName
{
color: #CEAFDC;
}
</style>
background-color css
<style>
a { background-color: #CEAFDC; }
a { background-color: rgb(206,175,220); }
div.DivClassName
{
background-color: #CEAFDC;
}
.BgClassName
{
background-color: #CEAFDC;
}
</style>
border-color css
<style>
span { border-color: #CEAFDC; }
span { border-color: rgb(206,175,220); }
td.TdClassName
{
border-color: #CEAFDC;
}
.TagClassName
{
border-color: #CEAFDC;
}
</style>