#D4DEBA

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

Shades of Harp #D4DEBA

Tints of Harp #D4DEBA

Color information

#D4DEBA (or 0xD4DEBA) is unknown color: approx Harp. HEX triplet: D4, DE and BA. RGB value is (212,222,186). Sum of RGB (Red+Green+Blue) = 212+222+186=620 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.19% from 620); Green value is 222 (87.11% from 255 or 35.81% from 620); Blue value is 186 (73.05% from 255 or 30% from 620); Max value from RGB is 222 - color contains mainly: green. Hex color #D4DEBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DEBA is #2B2145. Grayscale: #D7D7D7. Windows color (decimal): -2826566 or 12246740. OLE color: 12246740.

HSL color Cylindrical-coordinate representation of color #D4DEBA: hue angle of 76.67º degrees, saturation: 0.35, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D4DEBA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB212222186-
CMYK0.0500.160.13
HSL76.67º35.29%80%-
HSV(B)76.67º16.22%87.06%-
XYZ62.1469.7856.65-
YUV214.91111.69125.93-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.19%
GREEN value IS 222 (87.11% from 255) = 35.81%
BLUE value IS 186 (73.05% from 255) = 30%
R=34.19%
G=35.81%
B=30%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2122221860.0500.160.1376.6735.2980
HexD4DEBA5010D4d2350
Octal32433627250201511543120
Binary110101001101111010111010101010000110110011011000111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DEBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DEBA; }

 p { color: rgb(212,222,186); }

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

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

 a { background-color: rgb(212,222,186); }

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

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

 span { border-color: rgb(212,222,186); }

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