Shades of Wafer #CDB9AD
Tints of Wafer #CDB9AD
RGB
CMYK
RGB Variations
Color information
#CDB9AD (or 0xCDB9AD) is known color: Wafer. HEX triplet: CD, B9 and AD. RGB value is (205,185,173). Sum of RGB (Red+Green+Blue) = 205+185+173=563 (74% of max value = 765). Red value is 205 (80.47% from 255 or 36.41% from 563); Green value is 185 (72.66% from 255 or 32.86% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDB9AD is #324652. Grayscale: #BDBDBD. Windows color (decimal): -3294803 or 11385293. OLE color: 11385293.
HSL color Cylindrical-coordinate representation of color #CDB9AD: hue angle of 22.5º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CDB9AD is Cyan = 0, Magento = 0.10, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 205 | 185 | 173 | - |
| CMYK | 0 | 0.10 | 0.16 | 0.20 |
| HSL | 22.5º | 0.24% | 0.74% | - |
| HSV(B) | 22.5º | 0.16% | 0.8% | - |
| XYZ | 50.07 | 50.69 | 46.68 | - |
| YUV | 189.61 | 118.63 | 138.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 205 | 185 | 173 | 0 | 0.10 | 0.16 | 0.20 | 22.5 | 0.24 | 0.74 |
| Hex | CD | B9 | AD | 0 | A | 10 | 14 | 16 | 18 | 4A |
| Octal | 315 | 271 | 255 | 0 | 12 | 20 | 24 | 26 | 30 | 112 |
| Binary | 11001101 | 10111001 | 10101101 | 0 | 1010 | 10000 | 10100 | 10110 | 11000 | 1001010 |
Color Harmonies of #CDB9AD
Complementary color
Monochromatic Colors of #CDB9AD
Black with #CDB9AD
Text Example
Text Example
White with #CDB9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #CDB9AD; }
p { color: rgb(205,185,173); }
H1.HeaderClassName
{
color: #CDB9AD;
}
.AnyTagClassName
{
color: #CDB9AD;
}
</style>
background-color css
<style>
a { background-color: #CDB9AD; }
a { background-color: rgb(205,185,173); }
div.DivClassName
{
background-color: #CDB9AD;
}
.BgClassName
{
background-color: #CDB9AD;
}
</style>
border-color css
<style>
span { border-color: #CDB9AD; }
span { border-color: rgb(205,185,173); }
td.TdClassName
{
border-color: #CDB9AD;
}
.TagClassName
{
border-color: #CDB9AD;
}
</style>