Shades of Wafer #CEBDB4
Tints of Wafer #CEBDB4
RGB
CMYK
RGB Variations
Color information
#CEBDB4 (or 0xCEBDB4) is known color: Wafer. HEX triplet: CE, BD and B4. RGB value is (206,189,180). Sum of RGB (Red+Green+Blue) = 206+189+180=575 (76% of max value = 765). Red value is 206 (80.86% from 255 or 35.83% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 180 (70.70% from 255 or 31.30% from 575); Max value from RGB is 206 - color contains mainly: red. Hex color #CEBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBDB4 is #31424B. Grayscale: #C1C1C1. Windows color (decimal): -3228236 or 11845070. OLE color: 11845070.
HSL color Cylindrical-coordinate representation of color #CEBDB4: hue angle of 20.77º degrees, saturation: 0.21, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEBDB4 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 206 | 189 | 180 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.19 |
| HSL | 20.77º | 0.21% | 0.76% | - |
| HSV(B) | 20.77º | 0.13% | 0.81% | - |
| XYZ | 51.89 | 52.81 | 50.64 | - |
| YUV | 193.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 206 | 189 | 180 | 0 | 0.08 | 0.13 | 0.19 | 20.77 | 0.21 | 0.76 |
| Hex | CE | BD | B4 | 0 | 8 | D | 13 | 15 | 15 | 4C |
| Octal | 316 | 275 | 264 | 0 | 10 | 15 | 23 | 25 | 25 | 114 |
| Binary | 11001110 | 10111101 | 10110100 | 0 | 1000 | 1101 | 10011 | 10101 | 10101 | 1001100 |
Color Harmonies of #CEBDB4
Complementary color
Monochromatic Colors of #CEBDB4
Black with #CEBDB4
Text Example
Text Example
White with #CEBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CEBDB4; }
p { color: rgb(206,189,180); }
H1.HeaderClassName
{
color: #CEBDB4;
}
.AnyTagClassName
{
color: #CEBDB4;
}
</style>
background-color css
<style>
a { background-color: #CEBDB4; }
a { background-color: rgb(206,189,180); }
div.DivClassName
{
background-color: #CEBDB4;
}
.BgClassName
{
background-color: #CEBDB4;
}
</style>
border-color css
<style>
span { border-color: #CEBDB4; }
span { border-color: rgb(206,189,180); }
td.TdClassName
{
border-color: #CEBDB4;
}
.TagClassName
{
border-color: #CEBDB4;
}
</style>