Shades of Wafer #CEBEB5
Tints of Wafer #CEBEB5
RGB
CMYK
RGB Variations
Color information
#CEBEB5 (or 0xCEBEB5) is known color: Wafer. HEX triplet: CE, BE and B5. RGB value is (206,190,181). Sum of RGB (Red+Green+Blue) = 206+190+181=577 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.70% from 577); Green value is 190 (74.61% from 255 or 32.93% from 577); Blue value is 181 (71.09% from 255 or 31.37% from 577); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBEB5 is #31414A. Grayscale: #C1C1C1. Windows color (decimal): -3227979 or 11910862. OLE color: 11910862.
HSL color Cylindrical-coordinate representation of color #CEBEB5: hue angle of 21.6º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CEBEB5 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.19.
Color convert
RGB | 206 | 190 | 181 | - |
CMYK | 0 | 0.08 | 0.12 | 0.19 |
HSL | 21.6º | 0.2% | 0.76% | - |
HSV(B) | 21.6º | 0.12% | 0.81% | - |
XYZ | 52.21 | 53.28 | 51.25 | - |
YUV | 193.76 | 120.8 | 136.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 206 | 190 | 181 | 0 | 0.08 | 0.12 | 0.19 | 21.6 | 0.2 | 0.76 |
Hex | CE | BE | B5 | 0 | 8 | C | 13 | 16 | 14 | 4C |
Octal | 316 | 276 | 265 | 0 | 10 | 14 | 23 | 26 | 24 | 114 |
Binary | 11001110 | 10111110 | 10110101 | 0 | 1000 | 1100 | 10011 | 10110 | 10100 | 1001100 |
Color Harmonies of #CEBEB5
Complementary color
Monochromatic Colors of #CEBEB5
Black with #CEBEB5
Text Example
Text Example
White with #CEBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBEB5; }
p { color: rgb(206,190,181); }
H1.HeaderClassName
{
color: #CEBEB5;
}
.AnyTagClassName
{
color: #CEBEB5;
}
</style>
background-color css
<style>
a { background-color: #CEBEB5; }
a { background-color: rgb(206,190,181); }
div.DivClassName
{
background-color: #CEBEB5;
}
.BgClassName
{
background-color: #CEBEB5;
}
</style>
border-color css
<style>
span { border-color: #CEBEB5; }
span { border-color: rgb(206,190,181); }
td.TdClassName
{
border-color: #CEBEB5;
}
.TagClassName
{
border-color: #CEBEB5;
}
</style>