Shades of Harp #D3DFB6
Tints of Harp #D3DFB6
RGB
CMYK
RGB Variations
Color information
#D3DFB6 (or 0xD3DFB6) is known color: Harp. HEX triplet: D3, DF and B6. RGB value is (211,223,182). Sum of RGB (Red+Green+Blue) = 211+223+182=616 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.25% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 182 (71.48% from 255 or 29.55% from 616); Max value from RGB is 223 - color contains mainly: green. Hex color #D3DFB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DFB6 is #2C2049. Grayscale: #D6D6D6. Windows color (decimal): -2891850 or 11984851. OLE color: 11984851.
HSL color Cylindrical-coordinate representation of color #D3DFB6: hue angle of 77.56º degrees, saturation: 0.39, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D3DFB6 is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 211 | 223 | 182 | - |
| CMYK | 0.05 | 0 | 0.18 | 0.13 |
| HSL | 77.56º | 0.39% | 0.79% | - |
| HSV(B) | 77.56º | 0.18% | 0.87% | - |
| XYZ | 61.7 | 70 | 54.52 | - |
| YUV | 214.74 | 109.52 | 125.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 223 | 182 | 0.05 | 0 | 0.18 | 0.13 | 77.56 | 0.39 | 0.79 |
| Hex | D3 | DF | B6 | 5 | 0 | 12 | D | 4E | 27 | 4F |
| Octal | 323 | 337 | 266 | 5 | 0 | 22 | 15 | 116 | 47 | 117 |
| Binary | 11010011 | 11011111 | 10110110 | 101 | 0 | 10010 | 1101 | 1001110 | 100111 | 1001111 |
Color Harmonies of #D3DFB6
Complementary color
Monochromatic Colors of #D3DFB6
Black with #D3DFB6
Text Example
Text Example
White with #D3DFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D3DFB6; }
p { color: rgb(211,223,182); }
H1.HeaderClassName
{
color: #D3DFB6;
}
.AnyTagClassName
{
color: #D3DFB6;
}
</style>
background-color css
<style>
a { background-color: #D3DFB6; }
a { background-color: rgb(211,223,182); }
div.DivClassName
{
background-color: #D3DFB6;
}
.BgClassName
{
background-color: #D3DFB6;
}
</style>
border-color css
<style>
span { border-color: #D3DFB6; }
span { border-color: rgb(211,223,182); }
td.TdClassName
{
border-color: #D3DFB6;
}
.TagClassName
{
border-color: #D3DFB6;
}
</style>