Shades of Prelude #CEBFD1
Tints of Prelude #CEBFD1
RGB
CMYK
RGB Variations
Color information
#CEBFD1 (or 0xCEBFD1) is known color: Prelude. HEX triplet: CE, BF and D1. RGB value is (206,191,209). Sum of RGB (Red+Green+Blue) = 206+191+209=606 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.99% from 606); Green value is 191 (75% from 255 or 31.52% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #CEBFD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBFD1 is #31402E. Grayscale: #C5C5C5. Windows color (decimal): -3227695 or 13746126. OLE color: 13746126.
HSL color Cylindrical-coordinate representation of color #CEBFD1: hue angle of 290º degrees, saturation: 0.16, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CEBFD1 is Cyan = 0.01, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 191 | 209 | - |
| CMYK | 0.01 | 0.09 | 0 | 0.18 |
| HSL | 290º | 0.16% | 0.78% | - |
| HSV(B) | 290º | 0.09% | 0.82% | - |
| XYZ | 55.59 | 54.99 | 68.01 | - |
| YUV | 197.54 | 134.47 | 134.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 191 | 209 | 0.01 | 0.09 | 0 | 0.18 | 290 | 0.16 | 0.78 |
| Hex | CE | BF | D1 | 1 | 9 | 0 | 12 | 122 | 10 | 4E |
| Octal | 316 | 277 | 321 | 1 | 11 | 0 | 22 | 442 | 20 | 116 |
| Binary | 11001110 | 10111111 | 11010001 | 1 | 1001 | 0 | 10010 | 100100010 | 10000 | 1001110 |
Color Harmonies of #CEBFD1
Complementary color
Monochromatic Colors of #CEBFD1
Black with #CEBFD1
Text Example
Text Example
White with #CEBFD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBFD1; }
p { color: rgb(206,191,209); }
H1.HeaderClassName
{
color: #CEBFD1;
}
.AnyTagClassName
{
color: #CEBFD1;
}
</style>
background-color css
<style>
a { background-color: #CEBFD1; }
a { background-color: rgb(206,191,209); }
div.DivClassName
{
background-color: #CEBFD1;
}
.BgClassName
{
background-color: #CEBFD1;
}
</style>
border-color css
<style>
span { border-color: #CEBFD1; }
span { border-color: rgb(206,191,209); }
td.TdClassName
{
border-color: #CEBFD1;
}
.TagClassName
{
border-color: #CEBFD1;
}
</style>