Shades of Pale Slate #CCBEB7
Tints of Pale Slate #CCBEB7
RGB
CMYK
RGB Variations
Color information
#CCBEB7 (or 0xCCBEB7) is known color: Pale Slate. HEX triplet: CC, BE and B7. RGB value is (204,190,183). Sum of RGB (Red+Green+Blue) = 204+190+183=577 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.36% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 183 (71.88% from 255 or 31.72% from 577); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEB7 is #334148. Grayscale: #C1C1C1. Windows color (decimal): -3359049 or 12041932. OLE color: 12041932.
HSL color Cylindrical-coordinate representation of color #CCBEB7: hue angle of 20º degrees, saturation: 0.17, 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 #CCBEB7 is Cyan = 0, Magento = 0.07, Yellow = 0.10 and Black (K on CMYK) = 0.2.
Color convert
RGB | 204 | 190 | 183 | - |
CMYK | 0 | 0.07 | 0.10 | 0.2 |
HSL | 20º | 0.17% | 0.76% | - |
HSV(B) | 20º | 0.1% | 0.8% | - |
XYZ | 51.86 | 53.08 | 52.31 | - |
YUV | 193.39 | 122.14 | 135.57 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 204 | 190 | 183 | 0 | 0.07 | 0.10 | 0.2 | 20 | 0.17 | 0.76 |
Hex | CC | BE | B7 | 0 | 7 | A | 14 | 14 | 11 | 4C |
Octal | 314 | 276 | 267 | 0 | 7 | 12 | 24 | 24 | 21 | 114 |
Binary | 11001100 | 10111110 | 10110111 | 0 | 111 | 1010 | 10100 | 10100 | 10001 | 1001100 |
Color Harmonies of #CCBEB7
Complementary color
Monochromatic Colors of #CCBEB7
Black with #CCBEB7
Text Example
Text Example
White with #CCBEB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEB7; }
p { color: rgb(204,190,183); }
H1.HeaderClassName
{
color: #CCBEB7;
}
.AnyTagClassName
{
color: #CCBEB7;
}
</style>
background-color css
<style>
a { background-color: #CCBEB7; }
a { background-color: rgb(204,190,183); }
div.DivClassName
{
background-color: #CCBEB7;
}
.BgClassName
{
background-color: #CCBEB7;
}
</style>
border-color css
<style>
span { border-color: #CCBEB7; }
span { border-color: rgb(204,190,183); }
td.TdClassName
{
border-color: #CCBEB7;
}
.TagClassName
{
border-color: #CCBEB7;
}
</style>