#D5DBBF

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

Shades of Harp #D5DBBF

Tints of Harp #D5DBBF

Color information

#D5DBBF (or 0xD5DBBF) is unknown color: approx Harp. HEX triplet: D5, DB and BF. RGB value is (213,219,191). Sum of RGB (Red+Green+Blue) = 213+219+191=623 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.19% from 623); Green value is 219 (85.94% from 255 or 35.15% from 623); Blue value is 191 (75% from 255 or 30.66% from 623); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBF is #2A2440. Grayscale: #D6D6D6. Windows color (decimal): -2761793 or 12573653. OLE color: 12573653.

HSL color Cylindrical-coordinate representation of color #D5DBBF: hue angle of 72.86º degrees, saturation: 0.28, 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 #D5DBBF is Cyan = 0.03, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.14.

Color convert

RGB213219191-
CMYK0.0300.130.14
HSL72.86º28%80.39%-
HSV(B)72.86º12.79%85.88%-
XYZ62.1868.5759.25-
YUV214.01115.01127.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.19%
GREEN value IS 219 (85.94% from 255) = 35.15%
BLUE value IS 191 (75% from 255) = 30.66%
R=34.19%
G=35.15%
B=30.66%

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
Decimal2132191910.0300.130.1472.862880.39
HexD5DBBF30DE491c50
Octal32533327730151611134120
Binary110101011101101110111111110110111101001001111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBBF; }

 p { color: rgb(213,219,191); }

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

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

 a { background-color: rgb(213,219,191); }

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

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

 span { border-color: rgb(213,219,191); }

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