Shades of Harp #D3DFB5
Tints of Harp #D3DFB5
RGB
CMYK
RGB Variations
Color information
#D3DFB5 (or 0xD3DFB5) is known color: Harp. HEX triplet: D3, DF and B5. RGB value is (211,223,181). Sum of RGB (Red+Green+Blue) = 211+223+181=615 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.31% from 615); Green value is 223 (87.5% from 255 or 36.26% from 615); Blue value is 181 (71.09% from 255 or 29.43% from 615); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFB5 is #2C204A. Grayscale: #D6D6D6. Windows color (decimal): -2891851 or 11919315. OLE color: 11919315.
HSL color Cylindrical-coordinate representation of color #D3DFB5: hue angle of 77.14º degrees, saturation: 0.4, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D3DFB5 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 181 | - |
| CMYK | 0.05 | 0 | 0.19 | 0.13 |
| HSL | 77.14º | 0.4% | 0.79% | - |
| HSV(B) | 77.14º | 0.19% | 0.87% | - |
| XYZ | 61.59 | 69.96 | 53.97 | - |
| YUV | 214.62 | 109.02 | 125.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 181 | 0.05 | 0 | 0.19 | 0.13 | 77.14 | 0.4 | 0.79 |
| Hex | D3 | DF | B5 | 5 | 0 | 13 | D | 4D | 28 | 4F |
| Octal | 323 | 337 | 265 | 5 | 0 | 23 | 15 | 115 | 50 | 117 |
| Binary | 11010011 | 11011111 | 10110101 | 101 | 0 | 10011 | 1101 | 1001101 | 101000 | 1001111 |
Color Harmonies of #D3DFB5
Complementary color
Monochromatic Colors of #D3DFB5
Black with #D3DFB5
Text Example
Text Example
White with #D3DFB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFB5; }
p { color: rgb(211,223,181); }
H1.HeaderClassName
{
color: #D3DFB5;
}
.AnyTagClassName
{
color: #D3DFB5;
}
</style>
background-color css
<style>
a { background-color: #D3DFB5; }
a { background-color: rgb(211,223,181); }
div.DivClassName
{
background-color: #D3DFB5;
}
.BgClassName
{
background-color: #D3DFB5;
}
</style>
border-color css
<style>
span { border-color: #D3DFB5; }
span { border-color: rgb(211,223,181); }
td.TdClassName
{
border-color: #D3DFB5;
}
.TagClassName
{
border-color: #D3DFB5;
}
</style>