#D0D4BF

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

Shades of Harp #D0D4BF

Tints of Harp #D0D4BF

Color information

#D0D4BF (or 0xD0D4BF) is unknown color: approx Harp. HEX triplet: D0, D4 and BF. RGB value is (208,212,191). Sum of RGB (Red+Green+Blue) = 208+212+191=611 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.04% from 611); Green value is 212 (83.20% from 255 or 34.70% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 212 - color contains mainly: green. Hex color #D0D4BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D4BF is #2F2B40. Grayscale: #D0D0D0. Windows color (decimal): -3091265 or 12571856. OLE color: 12571856.

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

Color convert

RGB208212191-
CMYK0.0200.100.17
HSL71.43º19.63%79.02%-
HSV(B)71.43º9.91%83.14%-
XYZ58.9664.2658.59-
YUV208.41118.17127.71-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.04%
GREEN value IS 212 (83.20% from 255) = 34.70%
BLUE value IS 191 (75% from 255) = 31.26%
R=34.04%
G=34.70%
B=31.26%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal2082121910.0200.100.1771.4319.6379.02
HexD0D4BF20A1147144f
Octal32032427720122110724117
Binary1101000011010100101111111001010100011000111101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D4BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D4BF; }

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

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

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

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

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

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

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

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