Shades of Wafer #CFBEB5
Tints of Wafer #CFBEB5
RGB
CMYK
RGB Variations
Color information
#CFBEB5 (or 0xCFBEB5) is known color: Wafer. HEX triplet: CF, BE and B5. RGB value is (207,190,181). Sum of RGB (Red+Green+Blue) = 207+190+181=578 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.81% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 181 (71.09% from 255 or 31.31% from 578); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBEB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBEB5 is #30414A. Grayscale: #C2C2C2. Windows color (decimal): -3162443 or 11910863. OLE color: 11910863.
HSL color Cylindrical-coordinate representation of color #CFBEB5: 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 #CFBEB5 is Cyan = 0, Magento = 0.08, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 190 | 181 | - |
| CMYK | 0 | 0.08 | 0.13 | 0.19 |
| HSL | 20.77º | 0.21% | 0.76% | - |
| HSV(B) | 20.77º | 0.13% | 0.81% | - |
| XYZ | 52.49 | 53.43 | 51.26 | - |
| YUV | 194.06 | 120.63 | 137.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 190 | 181 | 0 | 0.08 | 0.13 | 0.19 | 20.77 | 0.21 | 0.76 |
| Hex | CF | BE | B5 | 0 | 8 | D | 13 | 15 | 15 | 4C |
| Octal | 317 | 276 | 265 | 0 | 10 | 15 | 23 | 25 | 25 | 114 |
| Binary | 11001111 | 10111110 | 10110101 | 0 | 1000 | 1101 | 10011 | 10101 | 10101 | 1001100 |
Color Harmonies of #CFBEB5
Complementary color
Monochromatic Colors of #CFBEB5
Black with #CFBEB5
Text Example
Text Example
White with #CFBEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBEB5; }
p { color: rgb(207,190,181); }
H1.HeaderClassName
{
color: #CFBEB5;
}
.AnyTagClassName
{
color: #CFBEB5;
}
</style>
background-color css
<style>
a { background-color: #CFBEB5; }
a { background-color: rgb(207,190,181); }
div.DivClassName
{
background-color: #CFBEB5;
}
.BgClassName
{
background-color: #CFBEB5;
}
</style>
border-color css
<style>
span { border-color: #CFBEB5; }
span { border-color: rgb(207,190,181); }
td.TdClassName
{
border-color: #CFBEB5;
}
.TagClassName
{
border-color: #CFBEB5;
}
</style>