Shades of Prelude #CEBBD2
Tints of Prelude #CEBBD2
RGB
CMYK
RGB Variations
Color information
#CEBBD2 (or 0xCEBBD2) is known color: Prelude. HEX triplet: CE, BB and D2. RGB value is (206,187,210). Sum of RGB (Red+Green+Blue) = 206+187+210=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 210 (82.42% from 255 or 34.83% from 603); Max value from RGB is 210 - color contains mainly: blue. Hex color #CEBBD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBBD2 is #31442D. Grayscale: #C3C3C3. Windows color (decimal): -3228718 or 13810638. OLE color: 13810638.
HSL color Cylindrical-coordinate representation of color #CEBBD2: hue angle of 289.57º degrees, saturation: 0.2, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEBBD2 is Cyan = 0.02, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 206 | 187 | 210 | - |
| CMYK | 0.02 | 0.11 | 0 | 0.18 |
| HSL | 289.57º | 0.2% | 0.78% | - |
| HSV(B) | 289.57º | 0.11% | 0.82% | - |
| XYZ | 54.86 | 53.32 | 68.37 | - |
| YUV | 195.3 | 136.29 | 135.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 187 | 210 | 0.02 | 0.11 | 0 | 0.18 | 289.57 | 0.2 | 0.78 |
| Hex | CE | BB | D2 | 2 | B | 0 | 12 | 122 | 14 | 4E |
| Octal | 316 | 273 | 322 | 2 | 13 | 0 | 22 | 442 | 24 | 116 |
| Binary | 11001110 | 10111011 | 11010010 | 10 | 1011 | 0 | 10010 | 100100010 | 10100 | 1001110 |
Color Harmonies of #CEBBD2
Complementary color
Monochromatic Colors of #CEBBD2
Black with #CEBBD2
Text Example
Text Example
White with #CEBBD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBBD2; }
p { color: rgb(206,187,210); }
H1.HeaderClassName
{
color: #CEBBD2;
}
.AnyTagClassName
{
color: #CEBBD2;
}
</style>
background-color css
<style>
a { background-color: #CEBBD2; }
a { background-color: rgb(206,187,210); }
div.DivClassName
{
background-color: #CEBBD2;
}
.BgClassName
{
background-color: #CEBBD2;
}
</style>
border-color css
<style>
span { border-color: #CEBBD2; }
span { border-color: rgb(206,187,210); }
td.TdClassName
{
border-color: #CEBBD2;
}
.TagClassName
{
border-color: #CEBBD2;
}
</style>