Shades of Prelude #CBC2CD
Tints of Prelude #CBC2CD
RGB
CMYK
RGB Variations
Color information
#CBC2CD (or 0xCBC2CD) is known color: Prelude. HEX triplet: CB, C2 and CD. RGB value is (203,194,205). Sum of RGB (Red+Green+Blue) = 203+194+205=602 (79% of max value = 765). Red value is 203 (79.69% from 255 or 33.72% from 602); Green value is 194 (76.17% from 255 or 32.23% from 602); Blue value is 205 (80.47% from 255 or 34.05% from 602); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC2CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC2CD is #343D32. Grayscale: #C5C5C5. Windows color (decimal): -3423539 or 13484747. OLE color: 13484747.
HSL color Cylindrical-coordinate representation of color #CBC2CD: hue angle of 289.09º degrees, saturation: 0.1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #CBC2CD is Cyan = 0.01, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 203 | 194 | 205 | - |
| CMYK | 0.01 | 0.05 | 0 | 0.20 |
| HSL | 289.09º | 0.1% | 0.78% | - |
| HSV(B) | 289.09º | 0.05% | 0.8% | - |
| XYZ | 54.94 | 55.69 | 65.61 | - |
| YUV | 197.95 | 131.98 | 131.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 203 | 194 | 205 | 0.01 | 0.05 | 0 | 0.20 | 289.09 | 0.1 | 0.78 |
| Hex | CB | C2 | CD | 1 | 5 | 0 | 14 | 121 | A | 4E |
| Octal | 313 | 302 | 315 | 1 | 5 | 0 | 24 | 441 | 12 | 116 |
| Binary | 11001011 | 11000010 | 11001101 | 1 | 101 | 0 | 10100 | 100100001 | 1010 | 1001110 |
Color Harmonies of #CBC2CD
Complementary color
Monochromatic Colors of #CBC2CD
Black with #CBC2CD
Text Example
Text Example
White with #CBC2CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC2CD; }
p { color: rgb(203,194,205); }
H1.HeaderClassName
{
color: #CBC2CD;
}
.AnyTagClassName
{
color: #CBC2CD;
}
</style>
background-color css
<style>
a { background-color: #CBC2CD; }
a { background-color: rgb(203,194,205); }
div.DivClassName
{
background-color: #CBC2CD;
}
.BgClassName
{
background-color: #CBC2CD;
}
</style>
border-color css
<style>
span { border-color: #CBC2CD; }
span { border-color: rgb(203,194,205); }
td.TdClassName
{
border-color: #CBC2CD;
}
.TagClassName
{
border-color: #CBC2CD;
}
</style>