Shades of Prelude #CBC6CD
Tints of Prelude #CBC6CD
RGB
CMYK
RGB Variations
Color information
#CBC6CD (or 0xCBC6CD) is known color: Prelude. HEX triplet: CB, C6 and CD. RGB value is (203,198,205). Sum of RGB (Red+Green+Blue) = 203+198+205=606 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.50% from 606); Green value is 198 (77.73% from 255 or 32.67% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC6CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6CD is #343932. Grayscale: #C8C8C8. Windows color (decimal): -3422515 or 13485771. OLE color: 13485771.
HSL color Cylindrical-coordinate representation of color #CBC6CD: hue angle of 282.86º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #CBC6CD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 198 | 205 | - |
| CMYK | 0.01 | 0.03 | 0 | 0.20 |
| HSL | 282.86º | 0.07% | 0.79% | - |
| HSV(B) | 282.86º | 0.03% | 0.8% | - |
| XYZ | 55.84 | 57.49 | 65.91 | - |
| YUV | 200.29 | 130.66 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 205 | 0.01 | 0.03 | 0 | 0.20 | 282.86 | 0.07 | 0.79 |
| Hex | CB | C6 | CD | 1 | 3 | 0 | 14 | 11B | 7 | 4F |
| Octal | 313 | 306 | 315 | 1 | 3 | 0 | 24 | 433 | 7 | 117 |
| Binary | 11001011 | 11000110 | 11001101 | 1 | 11 | 0 | 10100 | 100011011 | 111 | 1001111 |
Color Harmonies of #CBC6CD
Complementary color
Monochromatic Colors of #CBC6CD
Black with #CBC6CD
Text Example
Text Example
White with #CBC6CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6CD; }
p { color: rgb(203,198,205); }
H1.HeaderClassName
{
color: #CBC6CD;
}
.AnyTagClassName
{
color: #CBC6CD;
}
</style>
background-color css
<style>
a { background-color: #CBC6CD; }
a { background-color: rgb(203,198,205); }
div.DivClassName
{
background-color: #CBC6CD;
}
.BgClassName
{
background-color: #CBC6CD;
}
</style>
border-color css
<style>
span { border-color: #CBC6CD; }
span { border-color: rgb(203,198,205); }
td.TdClassName
{
border-color: #CBC6CD;
}
.TagClassName
{
border-color: #CBC6CD;
}
</style>