Shades of Pearl Bush #DAD2CB
Tints of Pearl Bush #DAD2CB
RGB
CMYK
RGB Variations
Color information
#DAD2CB (or 0xDAD2CB) is known color: Pearl Bush. HEX triplet: DA, D2 and CB. RGB value is (218,210,203). Sum of RGB (Red+Green+Blue) = 218+210+203=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 210 (82.42% from 255 or 33.28% from 631); Blue value is 203 (79.69% from 255 or 32.17% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2CB is #252D34. Grayscale: #D3D3D3. Windows color (decimal): -2436405 or 13357786. OLE color: 13357786.
HSL color Cylindrical-coordinate representation of color #DAD2CB: hue angle of 28º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DAD2CB is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 210 | 203 | - |
| CMYK | 0 | 0.04 | 0.07 | 0.15 |
| HSL | 28º | 0.17% | 0.83% | - |
| HSV(B) | 28º | 0.07% | 0.85% | - |
| XYZ | 62.74 | 65.31 | 65.8 | - |
| YUV | 211.59 | 123.15 | 132.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 210 | 203 | 0 | 0.04 | 0.07 | 0.15 | 28 | 0.17 | 0.83 |
| Hex | DA | D2 | CB | 0 | 4 | 7 | F | 1C | 11 | 53 |
| Octal | 332 | 322 | 313 | 0 | 4 | 7 | 17 | 34 | 21 | 123 |
| Binary | 11011010 | 11010010 | 11001011 | 0 | 100 | 111 | 1111 | 11100 | 10001 | 1010011 |
Color Harmonies of #DAD2CB
Complementary color
Monochromatic Colors of #DAD2CB
Black with #DAD2CB
Text Example
Text Example
White with #DAD2CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DAD2CB; }
p { color: rgb(218,210,203); }
H1.HeaderClassName
{
color: #DAD2CB;
}
.AnyTagClassName
{
color: #DAD2CB;
}
</style>
background-color css
<style>
a { background-color: #DAD2CB; }
a { background-color: rgb(218,210,203); }
div.DivClassName
{
background-color: #DAD2CB;
}
.BgClassName
{
background-color: #DAD2CB;
}
</style>
border-color css
<style>
span { border-color: #DAD2CB; }
span { border-color: rgb(218,210,203); }
td.TdClassName
{
border-color: #DAD2CB;
}
.TagClassName
{
border-color: #DAD2CB;
}
</style>