Shades of Prelude #CBC7CD
Tints of Prelude #CBC7CD
RGB
CMYK
RGB Variations
Color information
#CBC7CD (or 0xCBC7CD) is known color: Prelude. HEX triplet: CB, C7 and CD. RGB value is (203,199,205). Sum of RGB (Red+Green+Blue) = 203+199+205=607 (80% of max value = 765). Red value is 203 (79.69% from 255 or 33.44% from 607); Green value is 199 (78.12% from 255 or 32.78% from 607); Blue value is 205 (80.47% from 255 or 33.77% from 607); Max value from RGB is 205 - color contains mainly: blue. Hex color #CBC7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBC7CD is #343832. Grayscale: #C8C8C8. Windows color (decimal): -3422259 or 13486027. OLE color: 13486027.
HSL color Cylindrical-coordinate representation of color #CBC7CD: hue angle of 280º 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 #CBC7CD is Cyan = 0.01, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 199 | 205 | - |
CMYK | 0.01 | 0.03 | 0 | 0.20 |
HSL | 280º | 0.06% | 0.79% | - |
HSV(B) | 280º | 0.03% | 0.8% | - |
XYZ | 56.07 | 57.95 | 65.99 | - |
YUV | 200.88 | 130.33 | 129.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 199 | 205 | 0.01 | 0.03 | 0 | 0.20 | 280 | 0.06 | 0.79 |
Hex | CB | C7 | CD | 1 | 3 | 0 | 14 | 118 | 6 | 4F |
Octal | 313 | 307 | 315 | 1 | 3 | 0 | 24 | 430 | 6 | 117 |
Binary | 11001011 | 11000111 | 11001101 | 1 | 11 | 0 | 10100 | 100011000 | 110 | 1001111 |
Color Harmonies of #CBC7CD
Complementary color
Monochromatic Colors of #CBC7CD
Black with #CBC7CD
Text Example
Text Example
White with #CBC7CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBC7CD; }
p { color: rgb(203,199,205); }
H1.HeaderClassName
{
color: #CBC7CD;
}
.AnyTagClassName
{
color: #CBC7CD;
}
</style>
background-color css
<style>
a { background-color: #CBC7CD; }
a { background-color: rgb(203,199,205); }
div.DivClassName
{
background-color: #CBC7CD;
}
.BgClassName
{
background-color: #CBC7CD;
}
</style>
border-color css
<style>
span { border-color: #CBC7CD; }
span { border-color: rgb(203,199,205); }
td.TdClassName
{
border-color: #CBC7CD;
}
.TagClassName
{
border-color: #CBC7CD;
}
</style>