#D5DDBB

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

Shades of Harp #D5DDBB

Tints of Harp #D5DDBB

Color information

#D5DDBB (or 0xD5DDBB) is unknown color: approx Harp. HEX triplet: D5, DD and BB. RGB value is (213,221,187). Sum of RGB (Red+Green+Blue) = 213+221+187=621 (82% of max value = 765). Red value is 213 (83.59% from 255 or 34.30% from 621); Green value is 221 (86.72% from 255 or 35.59% from 621); Blue value is 187 (73.44% from 255 or 30.11% from 621); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DDBB is #2A2244. Grayscale: #D6D6D6. Windows color (decimal): -2761285 or 12312021. OLE color: 12312021.

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

Color convert

RGB213221187-
CMYK0.0400.150.13
HSL74.12º33.33%80%-
HSV(B)74.12º15.38%86.67%-
XYZ62.2769.4557.14-
YUV214.73112.35126.76-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.30%
GREEN value IS 221 (86.72% from 255) = 35.59%
BLUE value IS 187 (73.44% from 255) = 30.11%
R=34.30%
G=35.59%
B=30.11%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211870.0400.150.1374.1233.3380
HexD5DDBB40FD4a2150
Octal32533527340171511241120
Binary11010101110111011011101110001111110110010101000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDBB; }

 p { color: rgb(213,221,187); }

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

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

 a { background-color: rgb(213,221,187); }

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

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

 span { border-color: rgb(213,221,187); }

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