Shades of Prelude #CEBFD5
Tints of Prelude #CEBFD5
RGB
CMYK
RGB Variations
Color information
#CEBFD5 (or 0xCEBFD5) is known color: Prelude. HEX triplet: CE, BF and D5. RGB value is (206,191,213). Sum of RGB (Red+Green+Blue) = 206+191+213=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 191 (75% from 255 or 31.31% from 610); Blue value is 213 (83.59% from 255 or 34.92% from 610); Max value from RGB is 213 - color contains mainly: blue. Hex color #CEBFD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD5 is #31402A. Grayscale: #C5C5C5. Windows color (decimal): -3227691 or 14008270. OLE color: 14008270.
HSL color Cylindrical-coordinate representation of color #CEBFD5: hue angle of 280.91º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CEBFD5 is Cyan = 0.03, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 206 | 191 | 213 | - |
| CMYK | 0.03 | 0.10 | 0 | 0.16 |
| HSL | 280.91º | 0.21% | 0.79% | - |
| HSV(B) | 280.91º | 0.1% | 0.84% | - |
| XYZ | 56.09 | 55.19 | 70.65 | - |
| YUV | 197.99 | 136.47 | 133.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 213 | 0.03 | 0.10 | 0 | 0.16 | 280.91 | 0.21 | 0.79 |
| Hex | CE | BF | D5 | 3 | A | 0 | 10 | 119 | 15 | 4F |
| Octal | 316 | 277 | 325 | 3 | 12 | 0 | 20 | 431 | 25 | 117 |
| Binary | 11001110 | 10111111 | 11010101 | 11 | 1010 | 0 | 10000 | 100011001 | 10101 | 1001111 |
Color Harmonies of #CEBFD5
Complementary color
Monochromatic Colors of #CEBFD5
Black with #CEBFD5
Text Example
Text Example
White with #CEBFD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFD5; }
p { color: rgb(206,191,213); }
H1.HeaderClassName
{
color: #CEBFD5;
}
.AnyTagClassName
{
color: #CEBFD5;
}
</style>
background-color css
<style>
a { background-color: #CEBFD5; }
a { background-color: rgb(206,191,213); }
div.DivClassName
{
background-color: #CEBFD5;
}
.BgClassName
{
background-color: #CEBFD5;
}
</style>
border-color css
<style>
span { border-color: #CEBFD5; }
span { border-color: rgb(206,191,213); }
td.TdClassName
{
border-color: #CEBFD5;
}
.TagClassName
{
border-color: #CEBFD5;
}
</style>