#D2DBBD

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

Shades of Harp #D2DBBD

Tints of Harp #D2DBBD

Color information

#D2DBBD (or 0xD2DBBD) is unknown color: approx Harp. HEX triplet: D2, DB and BD. RGB value is (210,219,189). Sum of RGB (Red+Green+Blue) = 210+219+189=618 (81% of max value = 765). Red value is 210 (82.42% from 255 or 33.98% from 618); Green value is 219 (85.94% from 255 or 35.44% from 618); Blue value is 189 (74.22% from 255 or 30.58% from 618); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBD is #2D2442. Grayscale: #D4D4D4. Windows color (decimal): -2958403 or 12442578. OLE color: 12442578.

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

Color convert

RGB210219189-
CMYK0.0400.140.14
HSL78º29.41%80%-
HSV(B)78º13.7%85.88%-
XYZ61.168.0458.06-
YUV212.89114.52125.94-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.98%
GREEN value IS 219 (85.94% from 255) = 35.44%
BLUE value IS 189 (74.22% from 255) = 30.58%
R=33.98%
G=35.44%
B=30.58%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191890.0400.140.147829.4180
HexD2DBBD40EE4e1d50
Octal32233327540161611635120
Binary1101001011011011101111011000111011101001110111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBBD; }

 p { color: rgb(210,219,189); }

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

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

 a { background-color: rgb(210,219,189); }

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

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

 span { border-color: rgb(210,219,189); }

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