Shades of Prelude #CBC8CC
Tints of Prelude #CBC8CC
RGB
CMYK
RGB Variations
Color information
#CBC8CC (or 0xCBC8CC) is known color: Prelude. HEX triplet: CB, C8 and CC. RGB value is (203,200,204). Sum of RGB (Red+Green+Blue) = 203+200+204=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 200 (78.52% from 255 or 32.95% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBC8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC8CC is #343733. Grayscale: #C9C9C9. Windows color (decimal): -3422004 or 13420747. OLE color: 13420747.
HSL color Cylindrical-coordinate representation of color #CBC8CC: hue angle of 285º degrees, saturation: 0.04, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #CBC8CC is Cyan = 0.00, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 203 | 200 | 204 | - |
| CMYK | 0.00 | 0.02 | 0 | 0.2 |
| HSL | 285º | 0.04% | 0.79% | - |
| HSV(B) | 285º | 0.02% | 0.8% | - |
| XYZ | 56.18 | 58.36 | 65.43 | - |
| YUV | 201.35 | 129.49 | 129.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 200 | 204 | 0.00 | 0.02 | 0 | 0.2 | 285 | 0.04 | 0.79 |
| Hex | CB | C8 | CC | 0 | 2 | 0 | 14 | 11D | 4 | 4F |
| Octal | 313 | 310 | 314 | 0 | 2 | 0 | 24 | 435 | 4 | 117 |
| Binary | 11001011 | 11001000 | 11001100 | 0 | 10 | 0 | 10100 | 100011101 | 100 | 1001111 |
Color Harmonies of #CBC8CC
Complementary color
Monochromatic Colors of #CBC8CC
Black with #CBC8CC
Text Example
Text Example
White with #CBC8CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC8CC; }
p { color: rgb(203,200,204); }
H1.HeaderClassName
{
color: #CBC8CC;
}
.AnyTagClassName
{
color: #CBC8CC;
}
</style>
background-color css
<style>
a { background-color: #CBC8CC; }
a { background-color: rgb(203,200,204); }
div.DivClassName
{
background-color: #CBC8CC;
}
.BgClassName
{
background-color: #CBC8CC;
}
</style>
border-color css
<style>
span { border-color: #CBC8CC; }
span { border-color: rgb(203,200,204); }
td.TdClassName
{
border-color: #CBC8CC;
}
.TagClassName
{
border-color: #CBC8CC;
}
</style>