Shades of Prelude #CEBFD7
Tints of Prelude #CEBFD7
RGB
CMYK
RGB Variations
Color information
#CEBFD7 (or 0xCEBFD7) is known color: Prelude. HEX triplet: CE, BF and D7. RGB value is (206,191,215). Sum of RGB (Red+Green+Blue) = 206+191+215=612 (81% of max value = 765). Red value is 206 (80.86% from 255 or 33.66% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 215 (84.38% from 255 or 35.13% from 612); Max value from RGB is 215 - color contains mainly: blue. Hex color #CEBFD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD7 is #314028. Grayscale: #C6C6C6. Windows color (decimal): -3227689 or 14139342. OLE color: 14139342.
HSL color Cylindrical-coordinate representation of color #CEBFD7: hue angle of 277.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBFD7 is Cyan = 0.04, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 191 | 215 | - |
| CMYK | 0.04 | 0.11 | 0 | 0.16 |
| HSL | 277.5º | 0.23% | 0.8% | - |
| HSV(B) | 277.5º | 0.11% | 0.84% | - |
| XYZ | 56.35 | 55.29 | 71.99 | - |
| YUV | 198.22 | 137.47 | 133.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 215 | 0.04 | 0.11 | 0 | 0.16 | 277.5 | 0.23 | 0.8 |
| Hex | CE | BF | D7 | 4 | B | 0 | 10 | 116 | 17 | 50 |
| Octal | 316 | 277 | 327 | 4 | 13 | 0 | 20 | 426 | 27 | 120 |
| Binary | 11001110 | 10111111 | 11010111 | 100 | 1011 | 0 | 10000 | 100010110 | 10111 | 1010000 |
Color Harmonies of #CEBFD7
Complementary color
Monochromatic Colors of #CEBFD7
Black with #CEBFD7
Text Example
Text Example
White with #CEBFD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFD7; }
p { color: rgb(206,191,215); }
H1.HeaderClassName
{
color: #CEBFD7;
}
.AnyTagClassName
{
color: #CEBFD7;
}
</style>
background-color css
<style>
a { background-color: #CEBFD7; }
a { background-color: rgb(206,191,215); }
div.DivClassName
{
background-color: #CEBFD7;
}
.BgClassName
{
background-color: #CEBFD7;
}
</style>
border-color css
<style>
span { border-color: #CEBFD7; }
span { border-color: rgb(206,191,215); }
td.TdClassName
{
border-color: #CEBFD7;
}
.TagClassName
{
border-color: #CEBFD7;
}
</style>