#D3DBBE

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

Shades of Harp #D3DBBE

Tints of Harp #D3DBBE

Color information

#D3DBBE (or 0xD3DBBE) is unknown color: approx Harp. HEX triplet: D3, DB and BE. RGB value is (211,219,190). Sum of RGB (Red+Green+Blue) = 211+219+190=620 (82% of max value = 765). Red value is 211 (82.81% from 255 or 34.03% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 190 (74.61% from 255 or 30.65% from 620); Max value from RGB is 219 - color contains mainly: green. Hex color #D3DBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DBBE is #2C2441. Grayscale: #D5D5D5. Windows color (decimal): -2892866 or 12508115. OLE color: 12508115.

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

Color convert

RGB211219190-
CMYK0.0400.130.14
HSL76.55º28.71%80.2%-
HSV(B)76.55º13.24%85.88%-
XYZ61.4968.2358.64-
YUV213.3114.85126.36-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.03%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 190 (74.61% from 255) = 30.65%
R=34.03%
G=35.32%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2112191900.0400.130.1476.5528.7180.2
HexD3DBBE40DE4d1d50
Octal32333327640151611535120
Binary1101001111011011101111101000110111101001101111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DBBE; }

 p { color: rgb(211,219,190); }

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

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

 a { background-color: rgb(211,219,190); }

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

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

 span { border-color: rgb(211,219,190); }

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