Shades of Prelude #CEADD3
Tints of Prelude #CEADD3
RGB
CMYK
RGB Variations
Color information
#CEADD3 (or 0xCEADD3) is known color: Prelude. HEX triplet: CE, AD and D3. RGB value is (206,173,211). Sum of RGB (Red+Green+Blue) = 206+173+211=590 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.92% from 590); Green value is 173 (67.97% from 255 or 29.32% from 590); Blue value is 211 (82.81% from 255 or 35.76% from 590); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEADD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEADD3 is #31522C. Grayscale: #BBBBBB. Windows color (decimal): -3232301 or 13872590. OLE color: 13872590.
HSL color Cylindrical-coordinate representation of color #CEADD3: hue angle of 292.11º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CEADD3 is Cyan = 0.02, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 173 | 211 | - |
| CMYK | 0.02 | 0.18 | 0 | 0.17 |
| HSL | 292.11º | 0.3% | 0.75% | - |
| HSV(B) | 292.11º | 0.18% | 0.83% | - |
| XYZ | 52.16 | 47.71 | 68.09 | - |
| YUV | 187.2 | 141.43 | 141.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 173 | 211 | 0.02 | 0.18 | 0 | 0.17 | 292.11 | 0.3 | 0.75 |
| Hex | CE | AD | D3 | 2 | 12 | 0 | 11 | 124 | 1E | 4B |
| Octal | 316 | 255 | 323 | 2 | 22 | 0 | 21 | 444 | 36 | 113 |
| Binary | 11001110 | 10101101 | 11010011 | 10 | 10010 | 0 | 10001 | 100100100 | 11110 | 1001011 |
Color Harmonies of #CEADD3
Complementary color
Monochromatic Colors of #CEADD3
Black with #CEADD3
Text Example
Text Example
White with #CEADD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEADD3; }
p { color: rgb(206,173,211); }
H1.HeaderClassName
{
color: #CEADD3;
}
.AnyTagClassName
{
color: #CEADD3;
}
</style>
background-color css
<style>
a { background-color: #CEADD3; }
a { background-color: rgb(206,173,211); }
div.DivClassName
{
background-color: #CEADD3;
}
.BgClassName
{
background-color: #CEADD3;
}
</style>
border-color css
<style>
span { border-color: #CEADD3; }
span { border-color: rgb(206,173,211); }
td.TdClassName
{
border-color: #CEADD3;
}
.TagClassName
{
border-color: #CEADD3;
}
</style>