#D4DBBE

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

Shades of Harp #D4DBBE

Tints of Harp #D4DBBE

Color information

#D4DBBE (or 0xD4DBBE) is unknown color: approx Harp. HEX triplet: D4, DB and BE. RGB value is (212,219,190). Sum of RGB (Red+Green+Blue) = 212+219+190=621 (82% of max value = 765). Red value is 212 (83.20% from 255 or 34.14% from 621); Green value is 219 (85.94% from 255 or 35.27% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 219 - color contains mainly: green. Hex color #D4DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DBBE is #2B2441. Grayscale: #D5D5D5. Windows color (decimal): -2827330 or 12508116. OLE color: 12508116.

HSL color Cylindrical-coordinate representation of color #D4DBBE: hue angle of 74.48º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D4DBBE is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB212219190-
CMYK0.0300.130.14
HSL74.48º28.71%80.2%-
HSV(B)74.48º13.24%85.88%-
XYZ61.7868.3858.66-
YUV213.6114.68126.86-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.14%
GREEN value IS 219 (85.94% from 255) = 35.27%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=34.14%
G=35.27%
B=30.60%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2122191900.0300.130.1474.4828.7180.2
HexD4DBBE30DE4a1d50
Octal32433327630151611235120
Binary110101001101101110111110110110111101001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4DBBE; }

 p { color: rgb(212,219,190); }

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

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

 a { background-color: rgb(212,219,190); }

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

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

 span { border-color: rgb(212,219,190); }

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