Shades of Prelude #CEAFD3
Tints of Prelude #CEAFD3
RGB
CMYK
RGB Variations
Color information
#CEAFD3 (or 0xCEAFD3) is known color: Prelude. HEX triplet: CE, AF and D3. RGB value is (206,175,211). Sum of RGB (Red+Green+Blue) = 206+175+211=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 175 (68.75% from 255 or 29.56% from 592); Blue value is 211 (82.81% from 255 or 35.64% from 592); Max value from RGB is 211 - color contains mainly: blue. Hex color #CEAFD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CEAFD3 is #31502C. Grayscale: #BCBCBC. Windows color (decimal): -3231789 or 13873102. OLE color: 13873102.
HSL color Cylindrical-coordinate representation of color #CEAFD3: hue angle of 291.67º degrees, saturation: 0.29, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CEAFD3 is Cyan = 0.02, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 175 | 211 | - |
| CMYK | 0.02 | 0.17 | 0 | 0.17 |
| HSL | 291.67º | 0.29% | 0.76% | - |
| HSV(B) | 291.67º | 0.17% | 0.83% | - |
| XYZ | 52.54 | 48.48 | 68.22 | - |
| YUV | 188.37 | 140.77 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 175 | 211 | 0.02 | 0.17 | 0 | 0.17 | 291.67 | 0.29 | 0.76 |
| Hex | CE | AF | D3 | 2 | 11 | 0 | 11 | 124 | 1D | 4C |
| Octal | 316 | 257 | 323 | 2 | 21 | 0 | 21 | 444 | 35 | 114 |
| Binary | 11001110 | 10101111 | 11010011 | 10 | 10001 | 0 | 10001 | 100100100 | 11101 | 1001100 |
Color Harmonies of #CEAFD3
Complementary color
Monochromatic Colors of #CEAFD3
Black with #CEAFD3
Text Example
Text Example
White with #CEAFD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEAFD3; }
p { color: rgb(206,175,211); }
H1.HeaderClassName
{
color: #CEAFD3;
}
.AnyTagClassName
{
color: #CEAFD3;
}
</style>
background-color css
<style>
a { background-color: #CEAFD3; }
a { background-color: rgb(206,175,211); }
div.DivClassName
{
background-color: #CEAFD3;
}
.BgClassName
{
background-color: #CEAFD3;
}
</style>
border-color css
<style>
span { border-color: #CEAFD3; }
span { border-color: rgb(206,175,211); }
td.TdClassName
{
border-color: #CEAFD3;
}
.TagClassName
{
border-color: #CEAFD3;
}
</style>