#D0D5BF

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

Shades of Harp #D0D5BF

Tints of Harp #D0D5BF

Color information

#D0D5BF (or 0xD0D5BF) is unknown color: approx Harp. HEX triplet: D0, D5 and BF. RGB value is (208,213,191). Sum of RGB (Red+Green+Blue) = 208+213+191=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 213 (83.59% from 255 or 34.80% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 213 - color contains mainly: green. Hex color #D0D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D5BF is #2F2A40. Grayscale: #D1D1D1. Windows color (decimal): -3091009 or 12572112. OLE color: 12572112.

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

Color convert

RGB208213191-
CMYK0.0200.100.16
HSL73.64º20.75%79.22%-
HSV(B)73.64º10.33%83.53%-
XYZ59.2164.7658.67-
YUV209117.84127.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 213 (83.59% from 255) = 34.80%
BLUE value IS 191 (75% from 255) = 31.21%
R=33.99%
G=34.80%
B=31.21%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082131910.0200.100.1673.6420.7579.22
HexD0D5BF20A104a154f
Octal32032527720122011225117
Binary1101000011010101101111111001010100001001010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D5BF; }

 p { color: rgb(208,213,191); }

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

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

 a { background-color: rgb(208,213,191); }

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

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

 span { border-color: rgb(208,213,191); }

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