Shades of Prelude #CBC5CF
Tints of Prelude #CBC5CF
RGB
CMYK
RGB Variations
Color information
#CBC5CF (or 0xCBC5CF) is known color: Prelude. HEX triplet: CB, C5 and CF. RGB value is (203,197,207). Sum of RGB (Red+Green+Blue) = 203+197+207=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 207 (81.25% from 255 or 34.10% from 607); Max value from RGB is 207 - color contains mainly: blue. Hex color #CBC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC5CF is #343A30. Grayscale: #C7C7C7. Windows color (decimal): -3422769 or 13616587. OLE color: 13616587.
HSL color Cylindrical-coordinate representation of color #CBC5CF: hue angle of 276º degrees, saturation: 0.09, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC5CF is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 203 | 197 | 207 | - |
| CMYK | 0.02 | 0.05 | 0 | 0.19 |
| HSL | 276º | 0.09% | 0.79% | - |
| HSV(B) | 276º | 0.05% | 0.81% | - |
| XYZ | 55.86 | 57.13 | 67.12 | - |
| YUV | 199.93 | 131.99 | 130.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 197 | 207 | 0.02 | 0.05 | 0 | 0.19 | 276 | 0.09 | 0.79 |
| Hex | CB | C5 | CF | 2 | 5 | 0 | 13 | 114 | 9 | 4F |
| Octal | 313 | 305 | 317 | 2 | 5 | 0 | 23 | 424 | 11 | 117 |
| Binary | 11001011 | 11000101 | 11001111 | 10 | 101 | 0 | 10011 | 100010100 | 1001 | 1001111 |
Color Harmonies of #CBC5CF
Complementary color
Monochromatic Colors of #CBC5CF
Black with #CBC5CF
Text Example
Text Example
White with #CBC5CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC5CF; }
p { color: rgb(203,197,207); }
H1.HeaderClassName
{
color: #CBC5CF;
}
.AnyTagClassName
{
color: #CBC5CF;
}
</style>
background-color css
<style>
a { background-color: #CBC5CF; }
a { background-color: rgb(203,197,207); }
div.DivClassName
{
background-color: #CBC5CF;
}
.BgClassName
{
background-color: #CBC5CF;
}
</style>
border-color css
<style>
span { border-color: #CBC5CF; }
span { border-color: rgb(203,197,207); }
td.TdClassName
{
border-color: #CBC5CF;
}
.TagClassName
{
border-color: #CBC5CF;
}
</style>