Shades of Wafer #CEBDB3
Tints of Wafer #CEBDB3
RGB
CMYK
RGB Variations
Color information
#CEBDB3 (or 0xCEBDB3) is known color: Wafer. HEX triplet: CE, BD and B3. RGB value is (206,189,179). Sum of RGB (Red+Green+Blue) = 206+189+179=574 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.89% from 574); Green value is 189 (74.22% from 255 or 32.93% from 574); Blue value is 179 (70.31% from 255 or 31.18% from 574); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB3 is #31424C. Grayscale: #C1C1C1. Windows color (decimal): -3228237 or 11779534. OLE color: 11779534.
HSL color Cylindrical-coordinate representation of color #CEBDB3: hue angle of 22.22º degrees, saturation: 0.22, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBDB3 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 179 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.19 |
| HSL | 22.22º | 0.22% | 0.75% | - |
| HSV(B) | 22.22º | 0.13% | 0.81% | - |
| XYZ | 51.79 | 52.77 | 50.1 | - |
| YUV | 192.94 | 120.13 | 137.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 179 | 0 | 0.08 | 0.13 | 0.19 | 22.22 | 0.22 | 0.75 |
| Hex | CE | BD | B3 | 0 | 8 | D | 13 | 16 | 16 | 4B |
| Octal | 316 | 275 | 263 | 0 | 10 | 15 | 23 | 26 | 26 | 113 |
| Binary | 11001110 | 10111101 | 10110011 | 0 | 1000 | 1101 | 10011 | 10110 | 10110 | 1001011 |
Color Harmonies of #CEBDB3
Complementary color
Monochromatic Colors of #CEBDB3
Black with #CEBDB3
Text Example
Text Example
White with #CEBDB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDB3; }
p { color: rgb(206,189,179); }
H1.HeaderClassName
{
color: #CEBDB3;
}
.AnyTagClassName
{
color: #CEBDB3;
}
</style>
background-color css
<style>
a { background-color: #CEBDB3; }
a { background-color: rgb(206,189,179); }
div.DivClassName
{
background-color: #CEBDB3;
}
.BgClassName
{
background-color: #CEBDB3;
}
</style>
border-color css
<style>
span { border-color: #CEBDB3; }
span { border-color: rgb(206,189,179); }
td.TdClassName
{
border-color: #CEBDB3;
}
.TagClassName
{
border-color: #CEBDB3;
}
</style>