#D3DABC

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

Shades of Harp #D3DABC

Tints of Harp #D3DABC

Color information

#D3DABC (or 0xD3DABC) is unknown color: approx Harp. HEX triplet: D3, DA and BC. RGB value is (211,218,188). Sum of RGB (Red+Green+Blue) = 211+218+188=617 (81% of max value = 765). Red value is 211 (82.81% from 255 or 34.20% from 617); Green value is 218 (85.55% from 255 or 35.33% from 617); Blue value is 188 (73.83% from 255 or 30.47% from 617); Max value from RGB is 218 - color contains mainly: green. Hex color #D3DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3DABC is #2C2543. Grayscale: #D4D4D4. Windows color (decimal): -2893124 or 12376787. OLE color: 12376787.

HSL color Cylindrical-coordinate representation of color #D3DABC: hue angle of 74º degrees, saturation: 0.29, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D3DABC is Cyan = 0.03, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB211218188-
CMYK0.0300.140.15
HSL74º28.85%79.61%-
HSV(B)74º13.76%85.49%-
XYZ61.0167.6257.41-
YUV212.49114.18126.94-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 34.20%
GREEN value IS 218 (85.55% from 255) = 35.33%
BLUE value IS 188 (73.83% from 255) = 30.47%
R=34.20%
G=35.33%
B=30.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2112181880.0300.140.157428.8579.61
HexD3DABC30EF4a1d50
Octal32333227430161711235120
Binary110100111101101010111100110111011111001010111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DABC; }

 p { color: rgb(211,218,188); }

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

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

 a { background-color: rgb(211,218,188); }

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

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

 span { border-color: rgb(211,218,188); }

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