Shades of Prelude #CBC0CE
Tints of Prelude #CBC0CE
RGB
CMYK
RGB Variations
Color information
#CBC0CE (or 0xCBC0CE) is known color: Prelude. HEX triplet: CB, C0 and CE. RGB value is (203,192,206). Sum of RGB (Red+Green+Blue) = 203+192+206=601 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.78% from 601); Green value is 192 (75.39% from 255 or 31.95% from 601); Blue value is 206 (80.86% from 255 or 34.28% from 601); Max value from RGB is 206 - color contains mainly: blue. Hex color #CBC0CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0CE is #343F31. Grayscale: #C4C4C4. Windows color (decimal): -3424050 or 13549771. OLE color: 13549771.
HSL color Cylindrical-coordinate representation of color #CBC0CE: hue angle of 287.14º degrees, saturation: 0.12, 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 #CBC0CE is Cyan = 0.01, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 192 | 206 | - |
| CMYK | 0.01 | 0.07 | 0 | 0.19 |
| HSL | 287.14º | 0.13% | 0.78% | - |
| HSV(B) | 287.14º | 0.07% | 0.81% | - |
| XYZ | 54.62 | 54.85 | 66.1 | - |
| YUV | 196.89 | 133.14 | 132.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 206 | 0.01 | 0.07 | 0 | 0.19 | 287.14 | 0.13 | 0.78 |
| Hex | CB | C0 | CE | 1 | 7 | 0 | 13 | 11F | C | 4E |
| Octal | 313 | 300 | 316 | 1 | 7 | 0 | 23 | 437 | 14 | 116 |
| Binary | 11001011 | 11000000 | 11001110 | 1 | 111 | 0 | 10011 | 100011111 | 1100 | 1001110 |
Color Harmonies of #CBC0CE
Complementary color
Monochromatic Colors of #CBC0CE
Black with #CBC0CE
Text Example
Text Example
White with #CBC0CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0CE; }
p { color: rgb(203,192,206); }
H1.HeaderClassName
{
color: #CBC0CE;
}
.AnyTagClassName
{
color: #CBC0CE;
}
</style>
background-color css
<style>
a { background-color: #CBC0CE; }
a { background-color: rgb(203,192,206); }
div.DivClassName
{
background-color: #CBC0CE;
}
.BgClassName
{
background-color: #CBC0CE;
}
</style>
border-color css
<style>
span { border-color: #CBC0CE; }
span { border-color: rgb(203,192,206); }
td.TdClassName
{
border-color: #CBC0CE;
}
.TagClassName
{
border-color: #CBC0CE;
}
</style>