Shades of Prelude #CEACDA
Tints of Prelude #CEACDA
RGB
CMYK
RGB Variations
Color information
#CEACDA (or 0xCEACDA) is known color: Prelude. HEX triplet: CE, AC and DA. RGB value is (206,172,218). Sum of RGB (Red+Green+Blue) = 206+172+218=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 172 (67.58% from 255 or 28.86% from 596); Blue value is 218 (85.55% from 255 or 36.58% from 596); Max value from RGB is 218 - color contains mainly: blue. Hex color #CEACDA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEACDA is #315325. Grayscale: #BBBBBB. Windows color (decimal): -3232550 or 14331086. OLE color: 14331086.
HSL color Cylindrical-coordinate representation of color #CEACDA: hue angle of 284.35º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #CEACDA is Cyan = 0.06, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 206 | 172 | 218 | - |
| CMYK | 0.06 | 0.21 | 0 | 0.15 |
| HSL | 284.35º | 0.38% | 0.76% | - |
| HSV(B) | 284.35º | 0.21% | 0.85% | - |
| XYZ | 52.86 | 47.69 | 72.75 | - |
| YUV | 187.41 | 145.26 | 141.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 172 | 218 | 0.06 | 0.21 | 0 | 0.15 | 284.35 | 0.38 | 0.76 |
| Hex | CE | AC | DA | 6 | 15 | 0 | F | 11C | 26 | 4C |
| Octal | 316 | 254 | 332 | 6 | 25 | 0 | 17 | 434 | 46 | 114 |
| Binary | 11001110 | 10101100 | 11011010 | 110 | 10101 | 0 | 1111 | 100011100 | 100110 | 1001100 |
Color Harmonies of #CEACDA
Complementary color
Monochromatic Colors of #CEACDA
Black with #CEACDA
Text Example
Text Example
White with #CEACDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEACDA; }
p { color: rgb(206,172,218); }
H1.HeaderClassName
{
color: #CEACDA;
}
.AnyTagClassName
{
color: #CEACDA;
}
</style>
background-color css
<style>
a { background-color: #CEACDA; }
a { background-color: rgb(206,172,218); }
div.DivClassName
{
background-color: #CEACDA;
}
.BgClassName
{
background-color: #CEACDA;
}
</style>
border-color css
<style>
span { border-color: #CEACDA; }
span { border-color: rgb(206,172,218); }
td.TdClassName
{
border-color: #CEACDA;
}
.TagClassName
{
border-color: #CEACDA;
}
</style>