#D2D6BE

Color #D2D6BE Harp (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harp #D2D6BE

Tints of Harp #D2D6BE

Color information

#D2D6BE (or 0xD2D6BE) is unknown color: approx Harp. HEX triplet: D2, D6 and BE. RGB value is (210,214,190). Sum of RGB (Red+Green+Blue) = 210+214+190=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 214 (83.98% from 255 or 34.85% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 214 - color contains mainly: green. Hex color #D2D6BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D6BE is #2D2941. Grayscale: #D2D2D2. Windows color (decimal): -2959682 or 12506834. OLE color: 12506834.

HSL color Cylindrical-coordinate representation of color #D2D6BE: hue angle of 70º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2D6BE is Cyan = 0.02, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB210214190-
CMYK0.0200.110.16
HSL70º22.64%79.22%-
HSV(B)70º11.21%83.92%-
XYZ59.9265.5158.2-
YUV210.07116.67127.95-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 214 (83.98% from 255) = 34.85%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=34.20%
G=34.85%
B=30.94%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102141900.0200.110.167022.6479.22
HexD2D6BE20B1046174f
Octal32232627620132010627117
Binary1101001011010110101111101001011100001000110101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D6BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D6BE; }

 p { color: rgb(210,214,190); }

 H1.HeaderClassName
 {
   color: #D2D6BE;
 }
 .AnyTagClassName
 {
   color: #D2D6BE;
 }
</style>
background-color css

<style>
 a { background-color: #D2D6BE; }

 a { background-color: rgb(210,214,190); }

 div.DivClassName
 {
   background-color: #D2D6BE;
 }
 .BgClassName
 {
   background-color: #D2D6BE;
 }
</style>
border-color css

<style>
 span { border-color: #D2D6BE; }

 span { border-color: rgb(210,214,190); }

 td.TdClassName
 {
   border-color: #D2D6BE;
 }
 .TagClassName
 {
   border-color: #D2D6BE;
 }
</style>