#D2D5BF

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

Shades of Harp #D2D5BF

Tints of Harp #D2D5BF

Color information

#D2D5BF (or 0xD2D5BF) is unknown color: approx Harp. HEX triplet: D2, D5 and BF. RGB value is (210,213,191). Sum of RGB (Red+Green+Blue) = 210+213+191=614 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.20% from 614); Green value is 213 (83.59% from 255 or 34.69% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 213 - color contains mainly: green. Hex color #D2D5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D5BF is #2D2A40. Grayscale: #D1D1D1. Windows color (decimal): -2959937 or 12572114. OLE color: 12572114.

HSL color Cylindrical-coordinate representation of color #D2D5BF: hue angle of 68.18º degrees, saturation: 0.21, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D2D5BF is Cyan = 0.01, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.16.

Color convert

RGB210213191-
CMYK0.0100.100.16
HSL68.18º20.75%79.22%-
HSV(B)68.18º10.33%83.53%-
XYZ59.7865.0558.7-
YUV209.6117.51128.29-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 34.20%
GREEN value IS 213 (83.59% from 255) = 34.69%
BLUE value IS 191 (75% from 255) = 31.11%
R=34.20%
G=34.69%
B=31.11%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2102131910.0100.100.1668.1820.7579.22
HexD2D5BF10A1044154f
Octal32232527710122010425117
Binary110100101101010110111111101010100001000100101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D5BF; }

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

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

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

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

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

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

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

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