#D2DBBB

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

Shades of Harp #D2DBBB

Tints of Harp #D2DBBB

Color information

#D2DBBB (or 0xD2DBBB) is unknown color: approx Harp. HEX triplet: D2, DB and BB. RGB value is (210,219,187). Sum of RGB (Red+Green+Blue) = 210+219+187=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 219 (85.94% from 255 or 35.55% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 219 - color contains mainly: green. Hex color #D2DBBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DBBB is #2D2444. Grayscale: #D4D4D4. Windows color (decimal): -2958405 or 12311506. OLE color: 12311506.

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

Color convert

RGB210219187-
CMYK0.0400.150.14
HSL76.88º30.77%79.61%-
HSV(B)76.88º14.61%85.88%-
XYZ60.8867.9556.92-
YUV212.66113.52126.1-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.09%
GREEN value IS 219 (85.94% from 255) = 35.55%
BLUE value IS 187 (73.44% from 255) = 30.36%
R=34.09%
G=35.55%
B=30.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2102191870.0400.150.1476.8830.7779.61
HexD2DBBB40FE4d1f50
Octal32233327340171611537120
Binary1101001011011011101110111000111111101001101111111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2DBBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2DBBB; }

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

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

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

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

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

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

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

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