Shades of Wafer #CCBEBA
Tints of Wafer #CCBEBA
RGB
CMYK
RGB Variations
Color information
#CCBEBA (or 0xCCBEBA) is known color: Wafer. HEX triplet: CC, BE and BA. RGB value is (204,190,186). Sum of RGB (Red+Green+Blue) = 204+190+186=580 (76% of max value = 765). Red value is 204 (80.08% from 255 or 35.17% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 186 (73.05% from 255 or 32.07% from 580); Max value from RGB is 204 - color contains mainly: red. Hex color #CCBEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCBEBA is #334145. Grayscale: #C1C1C1. Windows color (decimal): -3359046 or 12238540. OLE color: 12238540.
HSL color Cylindrical-coordinate representation of color #CCBEBA: hue angle of 13.33º degrees, saturation: 0.15, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCBEBA is Cyan = 0, Magento = 0.07, Yellow = 0.09 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 204 | 190 | 186 | - |
| CMYK | 0 | 0.07 | 0.09 | 0.2 |
| HSL | 13.33º | 0.15% | 0.76% | - |
| HSV(B) | 13.33º | 0.09% | 0.8% | - |
| XYZ | 52.18 | 53.21 | 53.97 | - |
| YUV | 193.73 | 123.64 | 135.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 204 | 190 | 186 | 0 | 0.07 | 0.09 | 0.2 | 13.33 | 0.15 | 0.76 |
| Hex | CC | BE | BA | 0 | 7 | 9 | 14 | D | F | 4C |
| Octal | 314 | 276 | 272 | 0 | 7 | 11 | 24 | 15 | 17 | 114 |
| Binary | 11001100 | 10111110 | 10111010 | 0 | 111 | 1001 | 10100 | 1101 | 1111 | 1001100 |
Color Harmonies of #CCBEBA
Complementary color
Monochromatic Colors of #CCBEBA
Black with #CCBEBA
Text Example
Text Example
White with #CCBEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CCBEBA; }
p { color: rgb(204,190,186); }
H1.HeaderClassName
{
color: #CCBEBA;
}
.AnyTagClassName
{
color: #CCBEBA;
}
</style>
background-color css
<style>
a { background-color: #CCBEBA; }
a { background-color: rgb(204,190,186); }
div.DivClassName
{
background-color: #CCBEBA;
}
.BgClassName
{
background-color: #CCBEBA;
}
</style>
border-color css
<style>
span { border-color: #CCBEBA; }
span { border-color: rgb(204,190,186); }
td.TdClassName
{
border-color: #CCBEBA;
}
.TagClassName
{
border-color: #CCBEBA;
}
</style>