Shades of Prelude #CBB8CE
Tints of Prelude #CBB8CE
RGB
CMYK
RGB Variations
Color information
#CBB8CE (or 0xCBB8CE) is known color: Prelude. HEX triplet: CB, B8 and CE. RGB value is (203,184,206). Sum of RGB (Red+Green+Blue) = 203+184+206=593 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.23% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBB8CE is #344731. Grayscale: #C0C0C0. Windows color (decimal): -3426098 or 13547723. OLE color: 13547723.
HSL color Cylindrical-coordinate representation of color #CBB8CE: hue angle of 291.82º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CBB8CE is Cyan = 0.01, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 184 | 206 | - |
| CMYK | 0.01 | 0.11 | 0 | 0.19 |
| HSL | 291.82º | 0.18% | 0.76% | - |
| HSV(B) | 291.82º | 0.11% | 0.81% | - |
| XYZ | 52.91 | 51.43 | 65.53 | - |
| YUV | 192.19 | 135.79 | 135.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 184 | 206 | 0.01 | 0.11 | 0 | 0.19 | 291.82 | 0.18 | 0.76 |
| Hex | CB | B8 | CE | 1 | B | 0 | 13 | 124 | 12 | 4C |
| Octal | 313 | 270 | 316 | 1 | 13 | 0 | 23 | 444 | 22 | 114 |
| Binary | 11001011 | 10111000 | 11001110 | 1 | 1011 | 0 | 10011 | 100100100 | 10010 | 1001100 |
Color Harmonies of #CBB8CE
Complementary color
Monochromatic Colors of #CBB8CE
Black with #CBB8CE
Text Example
Text Example
White with #CBB8CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBB8CE; }
p { color: rgb(203,184,206); }
H1.HeaderClassName
{
color: #CBB8CE;
}
.AnyTagClassName
{
color: #CBB8CE;
}
</style>
background-color css
<style>
a { background-color: #CBB8CE; }
a { background-color: rgb(203,184,206); }
div.DivClassName
{
background-color: #CBB8CE;
}
.BgClassName
{
background-color: #CBB8CE;
}
</style>
border-color css
<style>
span { border-color: #CBB8CE; }
span { border-color: rgb(203,184,206); }
td.TdClassName
{
border-color: #CBB8CE;
}
.TagClassName
{
border-color: #CBB8CE;
}
</style>