#D0D8BE

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

Shades of Harp #D0D8BE

Tints of Harp #D0D8BE

Color information

#D0D8BE (or 0xD0D8BE) is unknown color: approx Harp. HEX triplet: D0, D8 and BE. RGB value is (208,216,190). Sum of RGB (Red+Green+Blue) = 208+216+190=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 216 (84.77% from 255 or 35.18% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 216 - color contains mainly: green. Hex color #D0D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D8BE is #2F2741. Grayscale: #D2D2D2. Windows color (decimal): -3090242 or 12507344. OLE color: 12507344.

HSL color Cylindrical-coordinate representation of color #D0D8BE: hue angle of 78.46º degrees, saturation: 0.25, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0D8BE is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB208216190-
CMYK0.0400.120.15
HSL78.46º25%79.61%-
HSV(B)78.46º12.04%84.71%-
XYZ59.8666.2458.35-
YUV210.64116.35126.11-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 216 (84.77% from 255) = 35.18%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=33.88%
G=35.18%
B=30.94%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082161900.0400.120.1578.462579.61
HexD0D8BE40CF4e1950
Octal32033027640141711631120
Binary1101000011011000101111101000110011111001110110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D8BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D8BE; }

 p { color: rgb(208,216,190); }

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

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

 a { background-color: rgb(208,216,190); }

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

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

 span { border-color: rgb(208,216,190); }

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