Shades of Pale Slate #CBBDB7
Tints of Pale Slate #CBBDB7
RGB
CMYK
RGB Variations
Color information
#CBBDB7 (or 0xCBBDB7) is known color: Pale Slate. HEX triplet: CB, BD and B7. RGB value is (203,189,183). Sum of RGB (Red+Green+Blue) = 203+189+183=575 (76% of max value = 765). Red value is 203 (79.69% from 255 or 35.30% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 183 (71.88% from 255 or 31.83% from 575); Max value from RGB is 203 - color contains mainly: red. Hex color #CBBDB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDB7 is #344248. Grayscale: #C0C0C0. Windows color (decimal): -3424841 or 12041675. OLE color: 12041675.
HSL color Cylindrical-coordinate representation of color #CBBDB7: hue angle of 18º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CBBDB7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.20.
Color convert
RGB | 203 | 189 | 183 | - |
CMYK | 0 | 0.07 | 0.10 | 0.20 |
HSL | 18º | 0.16% | 0.76% | - |
HSV(B) | 18º | 0.1% | 0.8% | - |
XYZ | 51.37 | 52.51 | 52.23 | - |
YUV | 192.5 | 122.64 | 135.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 203 | 189 | 183 | 0 | 0.07 | 0.10 | 0.20 | 18 | 0.16 | 0.76 |
Hex | CB | BD | B7 | 0 | 7 | A | 14 | 12 | 10 | 4C |
Octal | 313 | 275 | 267 | 0 | 7 | 12 | 24 | 22 | 20 | 114 |
Binary | 11001011 | 10111101 | 10110111 | 0 | 111 | 1010 | 10100 | 10010 | 10000 | 1001100 |
Color Harmonies of #CBBDB7
Complementary color
Monochromatic Colors of #CBBDB7
Black with #CBBDB7
Text Example
Text Example
White with #CBBDB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CBBDB7; }
p { color: rgb(203,189,183); }
H1.HeaderClassName
{
color: #CBBDB7;
}
.AnyTagClassName
{
color: #CBBDB7;
}
</style>
background-color css
<style>
a { background-color: #CBBDB7; }
a { background-color: rgb(203,189,183); }
div.DivClassName
{
background-color: #CBBDB7;
}
.BgClassName
{
background-color: #CBBDB7;
}
</style>
border-color css
<style>
span { border-color: #CBBDB7; }
span { border-color: rgb(203,189,183); }
td.TdClassName
{
border-color: #CBBDB7;
}
.TagClassName
{
border-color: #CBBDB7;
}
</style>