Shades of Prelude #CBC0CF
Tints of Prelude #CBC0CF
RGB
CMYK
RGB Variations
Color information
#CBC0CF (or 0xCBC0CF) is known color: Prelude. HEX triplet: CB, C0 and CF. RGB value is (203,192,207). Sum of RGB (Red+Green+Blue) = 203+192+207=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 192 (75.39% from 255 or 31.89% from 602); Blue value is 207 (81.25% from 255 or 34.39% from 602); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC0CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC0CF is #343F30. Grayscale: #C4C4C4. Windows color (decimal): -3424049 or 13615307. OLE color: 13615307.
HSL color Cylindrical-coordinate representation of color #CBC0CF: hue angle of 284º degrees, saturation: 0.14, 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 #CBC0CF is Cyan = 0.02, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 192 | 207 | - |
| CMYK | 0.02 | 0.07 | 0 | 0.19 |
| HSL | 284º | 0.14% | 0.78% | - |
| HSV(B) | 284º | 0.07% | 0.81% | - |
| XYZ | 54.74 | 54.9 | 66.74 | - |
| YUV | 197 | 133.64 | 132.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 192 | 207 | 0.02 | 0.07 | 0 | 0.19 | 284 | 0.14 | 0.78 |
| Hex | CB | C0 | CF | 2 | 7 | 0 | 13 | 11C | E | 4E |
| Octal | 313 | 300 | 317 | 2 | 7 | 0 | 23 | 434 | 16 | 116 |
| Binary | 11001011 | 11000000 | 11001111 | 10 | 111 | 0 | 10011 | 100011100 | 1110 | 1001110 |
Color Harmonies of #CBC0CF
Complementary color
Monochromatic Colors of #CBC0CF
Black with #CBC0CF
Text Example
Text Example
White with #CBC0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC0CF; }
p { color: rgb(203,192,207); }
H1.HeaderClassName
{
color: #CBC0CF;
}
.AnyTagClassName
{
color: #CBC0CF;
}
</style>
background-color css
<style>
a { background-color: #CBC0CF; }
a { background-color: rgb(203,192,207); }
div.DivClassName
{
background-color: #CBC0CF;
}
.BgClassName
{
background-color: #CBC0CF;
}
</style>
border-color css
<style>
span { border-color: #CBC0CF; }
span { border-color: rgb(203,192,207); }
td.TdClassName
{
border-color: #CBC0CF;
}
.TagClassName
{
border-color: #CBC0CF;
}
</style>