#D5DBBC

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

Shades of Harp #D5DBBC

Tints of Harp #D5DBBC

Color information

#D5DBBC (or 0xD5DBBC) is unknown color: approx Harp. HEX triplet: D5, DB and BC. RGB value is (213,219,188). Sum of RGB (Red+Green+Blue) = 213+219+188=620 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.35% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 188 (73.83% from 255 or 30.32% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBBC is #2A2443. Grayscale: #D5D5D5. Windows color (decimal): -2761796 or 12377045. OLE color: 12377045.

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

Color convert

RGB213219188-
CMYK0.0300.140.14
HSL71.61º30.1%79.8%-
HSV(B)71.61º14.16%85.88%-
XYZ61.8568.4457.53-
YUV213.67113.51127.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.35%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 188 (73.83% from 255) = 30.32%
R=34.35%
G=35.32%
B=30.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132191880.0300.140.1471.6130.179.8
HexD5DBBC30EE481e50
Octal32533327430161611036120
Binary110101011101101110111100110111011101001000111101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBBC; }

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

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

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

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

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

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

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

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