Shades of Prelude #CBC6CC
Tints of Prelude #CBC6CC
RGB
CMYK
RGB Variations
Color information
#CBC6CC (or 0xCBC6CC) is known color: Prelude. HEX triplet: CB, C6 and CC. RGB value is (203,198,204). Sum of RGB (Red+Green+Blue) = 203+198+204=605 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.55% from 605); Green value is 198 (77.73% from 255 or 32.73% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC6CC is #343933. Grayscale: #C8C8C8. Windows color (decimal): -3422516 or 13420235. OLE color: 13420235.
HSL color Cylindrical-coordinate representation of color #CBC6CC: hue angle of 290º degrees, saturation: 0.06, 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 #CBC6CC is Cyan = 0.00, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 198 | 204 | - |
| CMYK | 0.00 | 0.03 | 0 | 0.2 |
| HSL | 290º | 0.06% | 0.79% | - |
| HSV(B) | 290º | 0.03% | 0.8% | - |
| XYZ | 55.72 | 57.44 | 65.28 | - |
| YUV | 200.18 | 130.16 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 198 | 204 | 0.00 | 0.03 | 0 | 0.2 | 290 | 0.06 | 0.79 |
| Hex | CB | C6 | CC | 0 | 3 | 0 | 14 | 122 | 6 | 4F |
| Octal | 313 | 306 | 314 | 0 | 3 | 0 | 24 | 442 | 6 | 117 |
| Binary | 11001011 | 11000110 | 11001100 | 0 | 11 | 0 | 10100 | 100100010 | 110 | 1001111 |
Color Harmonies of #CBC6CC
Complementary color
Monochromatic Colors of #CBC6CC
Black with #CBC6CC
Text Example
Text Example
White with #CBC6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC6CC; }
p { color: rgb(203,198,204); }
H1.HeaderClassName
{
color: #CBC6CC;
}
.AnyTagClassName
{
color: #CBC6CC;
}
</style>
background-color css
<style>
a { background-color: #CBC6CC; }
a { background-color: rgb(203,198,204); }
div.DivClassName
{
background-color: #CBC6CC;
}
.BgClassName
{
background-color: #CBC6CC;
}
</style>
border-color css
<style>
span { border-color: #CBC6CC; }
span { border-color: rgb(203,198,204); }
td.TdClassName
{
border-color: #CBC6CC;
}
.TagClassName
{
border-color: #CBC6CC;
}
</style>