Shades of Wafer #CFBDB4
Tints of Wafer #CFBDB4
RGB
CMYK
RGB Variations
Color information
#CFBDB4 (or 0xCFBDB4) is known color: Wafer. HEX triplet: CF, BD and B4. RGB value is (207,189,180). Sum of RGB (Red+Green+Blue) = 207+189+180=576 (76% of max value = 765). Red value is 207 (81.25% from 255 or 35.94% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 180 (70.70% from 255 or 31.25% from 576); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDB4 is #30424B. Grayscale: #C1C1C1. Windows color (decimal): -3162700 or 11845071. OLE color: 11845071.
HSL color Cylindrical-coordinate representation of color #CFBDB4: hue angle of 20º degrees, saturation: 0.22, 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 #CFBDB4 is Cyan = 0, Magento = 0.09, Yellow = 0.13 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 207 | 189 | 180 | - |
| CMYK | 0 | 0.09 | 0.13 | 0.19 |
| HSL | 20º | 0.22% | 0.76% | - |
| HSV(B) | 20º | 0.13% | 0.81% | - |
| XYZ | 52.17 | 52.96 | 50.65 | - |
| YUV | 193.36 | 120.46 | 137.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 207 | 189 | 180 | 0 | 0.09 | 0.13 | 0.19 | 20 | 0.22 | 0.76 |
| Hex | CF | BD | B4 | 0 | 9 | D | 13 | 14 | 16 | 4C |
| Octal | 317 | 275 | 264 | 0 | 11 | 15 | 23 | 24 | 26 | 114 |
| Binary | 11001111 | 10111101 | 10110100 | 0 | 1001 | 1101 | 10011 | 10100 | 10110 | 1001100 |
Color Harmonies of #CFBDB4
Complementary color
Monochromatic Colors of #CFBDB4
Black with #CFBDB4
Text Example
Text Example
White with #CFBDB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CFBDB4; }
p { color: rgb(207,189,180); }
H1.HeaderClassName
{
color: #CFBDB4;
}
.AnyTagClassName
{
color: #CFBDB4;
}
</style>
background-color css
<style>
a { background-color: #CFBDB4; }
a { background-color: rgb(207,189,180); }
div.DivClassName
{
background-color: #CFBDB4;
}
.BgClassName
{
background-color: #CFBDB4;
}
</style>
border-color css
<style>
span { border-color: #CFBDB4; }
span { border-color: rgb(207,189,180); }
td.TdClassName
{
border-color: #CFBDB4;
}
.TagClassName
{
border-color: #CFBDB4;
}
</style>