Shades of Prelude #CBBDCD
Tints of Prelude #CBBDCD
RGB
CMYK
RGB Variations
Color information
#CBBDCD (or 0xCBBDCD) is known color: Prelude. HEX triplet: CB, BD and CD. RGB value is (203,189,205). Sum of RGB (Red+Green+Blue) = 203+189+205=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 205 (80.47% from 255 or 34.34% from 597); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBBDCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDCD is #344232. Grayscale: #C2C2C2. Windows color (decimal): -3424819 or 13483467. OLE color: 13483467.
HSL color Cylindrical-coordinate representation of color #CBBDCD: hue angle of 292.5º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CBBDCD is Cyan = 0.01, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 189 | 205 | - |
| CMYK | 0.01 | 0.08 | 0 | 0.20 |
| HSL | 292.5º | 0.14% | 0.77% | - |
| HSV(B) | 292.5º | 0.08% | 0.8% | - |
| XYZ | 53.85 | 53.5 | 65.25 | - |
| YUV | 195.01 | 133.64 | 133.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 189 | 205 | 0.01 | 0.08 | 0 | 0.20 | 292.5 | 0.14 | 0.77 |
| Hex | CB | BD | CD | 1 | 8 | 0 | 14 | 124 | E | 4D |
| Octal | 313 | 275 | 315 | 1 | 10 | 0 | 24 | 444 | 16 | 115 |
| Binary | 11001011 | 10111101 | 11001101 | 1 | 1000 | 0 | 10100 | 100100100 | 1110 | 1001101 |
Color Harmonies of #CBBDCD
Complementary color
Monochromatic Colors of #CBBDCD
Black with #CBBDCD
Text Example
Text Example
White with #CBBDCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDCD; }
p { color: rgb(203,189,205); }
H1.HeaderClassName
{
color: #CBBDCD;
}
.AnyTagClassName
{
color: #CBBDCD;
}
</style>
background-color css
<style>
a { background-color: #CBBDCD; }
a { background-color: rgb(203,189,205); }
div.DivClassName
{
background-color: #CBBDCD;
}
.BgClassName
{
background-color: #CBBDCD;
}
</style>
border-color css
<style>
span { border-color: #CBBDCD; }
span { border-color: rgb(203,189,205); }
td.TdClassName
{
border-color: #CBBDCD;
}
.TagClassName
{
border-color: #CBBDCD;
}
</style>