Shades of Prelude #CEBED4
Tints of Prelude #CEBED4
RGB
CMYK
RGB Variations
Color information
#CEBED4 (or 0xCEBED4) is known color: Prelude. HEX triplet: CE, BE and D4. RGB value is (206,190,212). Sum of RGB (Red+Green+Blue) = 206+190+212=608 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.88% from 608); Green value is 190 (74.61% from 255 or 31.25% from 608); Blue value is 212 (83.20% from 255 or 34.87% from 608); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEBED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBED4 is #31412B. Grayscale: #C5C5C5. Windows color (decimal): -3227948 or 13942478. OLE color: 13942478.
HSL color Cylindrical-coordinate representation of color #CEBED4: hue angle of 283.64º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBED4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 190 | 212 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.17 |
| HSL | 283.64º | 0.2% | 0.79% | - |
| HSV(B) | 283.64º | 0.1% | 0.83% | - |
| XYZ | 55.75 | 54.7 | 69.91 | - |
| YUV | 197.29 | 136.3 | 134.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 190 | 212 | 0.03 | 0.10 | 0 | 0.17 | 283.64 | 0.2 | 0.79 |
| Hex | CE | BE | D4 | 3 | A | 0 | 11 | 11C | 14 | 4F |
| Octal | 316 | 276 | 324 | 3 | 12 | 0 | 21 | 434 | 24 | 117 |
| Binary | 11001110 | 10111110 | 11010100 | 11 | 1010 | 0 | 10001 | 100011100 | 10100 | 1001111 |
Color Harmonies of #CEBED4
Complementary color
Monochromatic Colors of #CEBED4
Black with #CEBED4
Text Example
Text Example
White with #CEBED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBED4; }
p { color: rgb(206,190,212); }
H1.HeaderClassName
{
color: #CEBED4;
}
.AnyTagClassName
{
color: #CEBED4;
}
</style>
background-color css
<style>
a { background-color: #CEBED4; }
a { background-color: rgb(206,190,212); }
div.DivClassName
{
background-color: #CEBED4;
}
.BgClassName
{
background-color: #CEBED4;
}
</style>
border-color css
<style>
span { border-color: #CEBED4; }
span { border-color: rgb(206,190,212); }
td.TdClassName
{
border-color: #CEBED4;
}
.TagClassName
{
border-color: #CEBED4;
}
</style>