Shades of Pearl Bush #DFCABB
Tints of Pearl Bush #DFCABB
RGB
CMYK
RGB Variations
Color information
#DFCABB (or 0xDFCABB) is known color: Pearl Bush. HEX triplet: DF, CA and BB. RGB value is (223,202,187). Sum of RGB (Red+Green+Blue) = 223+202+187=612 (81% of max value = 765). Red value is 223 (87.5% from 255 or 36.44% from 612); Green value is 202 (79.30% from 255 or 33.01% from 612); Blue value is 187 (73.44% from 255 or 30.56% from 612); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCABB is #203544. Grayscale: #CECECE. Windows color (decimal): -2110789 or 12307167. OLE color: 12307167.
HSL color Cylindrical-coordinate representation of color #DFCABB: hue angle of 25º degrees, saturation: 0.36, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DFCABB is Cyan = 0, Magento = 0.09, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 202 | 187 | - |
| CMYK | 0 | 0.09 | 0.16 | 0.13 |
| HSL | 25º | 0.36% | 0.8% | - |
| HSV(B) | 25º | 0.16% | 0.87% | - |
| XYZ | 60.52 | 61.52 | 55.7 | - |
| YUV | 206.57 | 116.96 | 139.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 202 | 187 | 0 | 0.09 | 0.16 | 0.13 | 25 | 0.36 | 0.8 |
| Hex | DF | CA | BB | 0 | 9 | 10 | D | 19 | 24 | 50 |
| Octal | 337 | 312 | 273 | 0 | 11 | 20 | 15 | 31 | 44 | 120 |
| Binary | 11011111 | 11001010 | 10111011 | 0 | 1001 | 10000 | 1101 | 11001 | 100100 | 1010000 |
Color Harmonies of #DFCABB
Complementary color
Monochromatic Colors of #DFCABB
Black with #DFCABB
Text Example
Text Example
White with #DFCABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DFCABB; }
p { color: rgb(223,202,187); }
H1.HeaderClassName
{
color: #DFCABB;
}
.AnyTagClassName
{
color: #DFCABB;
}
</style>
background-color css
<style>
a { background-color: #DFCABB; }
a { background-color: rgb(223,202,187); }
div.DivClassName
{
background-color: #DFCABB;
}
.BgClassName
{
background-color: #DFCABB;
}
</style>
border-color css
<style>
span { border-color: #DFCABB; }
span { border-color: rgb(223,202,187); }
td.TdClassName
{
border-color: #DFCABB;
}
.TagClassName
{
border-color: #DFCABB;
}
</style>