Shades of Prelude #CBBCD0
Tints of Prelude #CBBCD0
RGB
CMYK
RGB Variations
Color information
#CBBCD0 (or 0xCBBCD0) is known color: Prelude. HEX triplet: CB, BC and D0. RGB value is (203,188,208). Sum of RGB (Red+Green+Blue) = 203+188+208=599 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.89% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CBBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBCD0 is #34432F. Grayscale: #C2C2C2. Windows color (decimal): -3425072 or 13679819. OLE color: 13679819.
HSL color Cylindrical-coordinate representation of color #CBBCD0: hue angle of 285º degrees, saturation: 0.18, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBCD0 is Cyan = 0.02, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 203 | 188 | 208 | - |
| CMYK | 0.02 | 0.10 | 0 | 0.18 |
| HSL | 285º | 0.18% | 0.78% | - |
| HSV(B) | 285º | 0.1% | 0.82% | - |
| XYZ | 54 | 53.22 | 67.1 | - |
| YUV | 194.77 | 135.47 | 133.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 188 | 208 | 0.02 | 0.10 | 0 | 0.18 | 285 | 0.18 | 0.78 |
| Hex | CB | BC | D0 | 2 | A | 0 | 12 | 11D | 12 | 4E |
| Octal | 313 | 274 | 320 | 2 | 12 | 0 | 22 | 435 | 22 | 116 |
| Binary | 11001011 | 10111100 | 11010000 | 10 | 1010 | 0 | 10010 | 100011101 | 10010 | 1001110 |
Color Harmonies of #CBBCD0
Complementary color
Monochromatic Colors of #CBBCD0
Black with #CBBCD0
Text Example
Text Example
White with #CBBCD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBCD0; }
p { color: rgb(203,188,208); }
H1.HeaderClassName
{
color: #CBBCD0;
}
.AnyTagClassName
{
color: #CBBCD0;
}
</style>
background-color css
<style>
a { background-color: #CBBCD0; }
a { background-color: rgb(203,188,208); }
div.DivClassName
{
background-color: #CBBCD0;
}
.BgClassName
{
background-color: #CBBCD0;
}
</style>
border-color css
<style>
span { border-color: #CBBCD0; }
span { border-color: rgb(203,188,208); }
td.TdClassName
{
border-color: #CBBCD0;
}
.TagClassName
{
border-color: #CBBCD0;
}
</style>