Shades of Prelude #CBBFCE
Tints of Prelude #CBBFCE
RGB
CMYK
RGB Variations
Color information
#CBBFCE (or 0xCBBFCE) is known color: Prelude. HEX triplet: CB, BF and CE. RGB value is (203,191,206). Sum of RGB (Red+Green+Blue) = 203+191+206=600 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.83% from 600); Green value is 191 (75% from 255 or 31.83% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBBFCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBFCE is #344031. Grayscale: #C4C4C4. Windows color (decimal): -3424306 or 13549515. OLE color: 13549515.
HSL color Cylindrical-coordinate representation of color #CBBFCE: hue angle of 288º degrees, saturation: 0.13, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBFCE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 191 | 206 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.19 |
| HSL | 288º | 0.13% | 0.78% | - |
| HSV(B) | 288º | 0.07% | 0.81% | - |
| XYZ | 54.4 | 54.41 | 66.03 | - |
| YUV | 196.3 | 133.48 | 132.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 191 | 206 | 0.01 | 0.07 | 0 | 0.19 | 288 | 0.13 | 0.78 |
| Hex | CB | BF | CE | 1 | 7 | 0 | 13 | 120 | D | 4E |
| Octal | 313 | 277 | 316 | 1 | 7 | 0 | 23 | 440 | 15 | 116 |
| Binary | 11001011 | 10111111 | 11001110 | 1 | 111 | 0 | 10011 | 100100000 | 1101 | 1001110 |
Color Harmonies of #CBBFCE
Complementary color
Monochromatic Colors of #CBBFCE
Black with #CBBFCE
Text Example
Text Example
White with #CBBFCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBFCE; }
p { color: rgb(203,191,206); }
H1.HeaderClassName
{
color: #CBBFCE;
}
.AnyTagClassName
{
color: #CBBFCE;
}
</style>
background-color css
<style>
a { background-color: #CBBFCE; }
a { background-color: rgb(203,191,206); }
div.DivClassName
{
background-color: #CBBFCE;
}
.BgClassName
{
background-color: #CBBFCE;
}
</style>
border-color css
<style>
span { border-color: #CBBFCE; }
span { border-color: rgb(203,191,206); }
td.TdClassName
{
border-color: #CBBFCE;
}
.TagClassName
{
border-color: #CBBFCE;
}
</style>