Shades of Prelude #CEBFD4
Tints of Prelude #CEBFD4
RGB
CMYK
RGB Variations
Color information
#CEBFD4 (or 0xCEBFD4) is known color: Prelude. HEX triplet: CE, BF and D4. RGB value is (206,191,212). Sum of RGB (Red+Green+Blue) = 206+191+212=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 191 (75% from 255 or 31.36% from 609); Blue value is 212 (83.20% from 255 or 34.81% from 609); Max value from RGB is 212 - color contains mainly: blue. Hex color #CEBFD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD4 is #31402B. Grayscale: #C5C5C5. Windows color (decimal): -3227692 or 13942734. OLE color: 13942734.
HSL color Cylindrical-coordinate representation of color #CEBFD4: hue angle of 282.86º 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 #CEBFD4 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 206 | 191 | 212 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.17 |
| HSL | 282.86º | 0.2% | 0.79% | - |
| HSV(B) | 282.86º | 0.1% | 0.83% | - |
| XYZ | 55.97 | 55.14 | 69.98 | - |
| YUV | 197.88 | 135.97 | 133.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 212 | 0.03 | 0.10 | 0 | 0.17 | 282.86 | 0.2 | 0.79 |
| Hex | CE | BF | D4 | 3 | A | 0 | 11 | 11B | 14 | 4F |
| Octal | 316 | 277 | 324 | 3 | 12 | 0 | 21 | 433 | 24 | 117 |
| Binary | 11001110 | 10111111 | 11010100 | 11 | 1010 | 0 | 10001 | 100011011 | 10100 | 1001111 |
Color Harmonies of #CEBFD4
Complementary color
Monochromatic Colors of #CEBFD4
Black with #CEBFD4
Text Example
Text Example
White with #CEBFD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFD4; }
p { color: rgb(206,191,212); }
H1.HeaderClassName
{
color: #CEBFD4;
}
.AnyTagClassName
{
color: #CEBFD4;
}
</style>
background-color css
<style>
a { background-color: #CEBFD4; }
a { background-color: rgb(206,191,212); }
div.DivClassName
{
background-color: #CEBFD4;
}
.BgClassName
{
background-color: #CEBFD4;
}
</style>
border-color css
<style>
span { border-color: #CEBFD4; }
span { border-color: rgb(206,191,212); }
td.TdClassName
{
border-color: #CEBFD4;
}
.TagClassName
{
border-color: #CEBFD4;
}
</style>