#D4E1B4

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

Shades of Harp #D4E1B4

Tints of Harp #D4E1B4

Color information

#D4E1B4 (or 0xD4E1B4) is unknown color: approx Harp. HEX triplet: D4, E1 and B4. RGB value is (212,225,180). Sum of RGB (Red+Green+Blue) = 212+225+180=617 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.36% from 617); Green value is 225 (88.28% from 255 or 36.47% from 617); Blue value is 180 (70.70% from 255 or 29.17% from 617); Max value from RGB is 225 - color contains mainly: green. Hex color #D4E1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4E1B4 is #2B1E4B. Grayscale: #D8D8D8. Windows color (decimal): -2825804 or 11854292. OLE color: 11854292.

HSL color Cylindrical-coordinate representation of color #D4E1B4: hue angle of 77.33º degrees, saturation: 0.43, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D4E1B4 is Cyan = 0.06, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.12.

Color convert

RGB212225180-
CMYK0.0600.20.12
HSL77.33º42.86%79.41%-
HSV(B)77.33º20%88.24%-
XYZ62.3171.1453.63-
YUV215.98107.69125.16-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.36%
GREEN value IS 225 (88.28% from 255) = 36.47%
BLUE value IS 180 (70.70% from 255) = 29.17%
R=34.36%
G=36.47%
B=29.17%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2122251800.0600.20.1277.3342.8679.41
HexD4E1B46014C4d2b4f
Octal32434126460241411553117
Binary110101001110000110110100110010100110010011011010111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4E1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4E1B4; }

 p { color: rgb(212,225,180); }

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

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

 a { background-color: rgb(212,225,180); }

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

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

 span { border-color: rgb(212,225,180); }

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