#D0DABC

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

Shades of Harp #D0DABC

Tints of Harp #D0DABC

Color information

#D0DABC (or 0xD0DABC) is unknown color: approx Harp. HEX triplet: D0, DA and BC. RGB value is (208,218,188). Sum of RGB (Red+Green+Blue) = 208+218+188=614 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.88% from 614); Green value is 218 (85.55% from 255 or 35.50% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DABC is #2F2543. Grayscale: #D3D3D3. Windows color (decimal): -3089732 or 12376784. OLE color: 12376784.

HSL color Cylindrical-coordinate representation of color #D0DABC: hue angle of 80º 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 #D0DABC is Cyan = 0.05, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB208218188-
CMYK0.0500.140.15
HSL80º28.85%79.61%-
HSV(B)80º13.76%85.49%-
XYZ60.1667.1857.37-
YUV211.59114.69125.44-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.88%
GREEN value IS 218 (85.55% from 255) = 35.50%
BLUE value IS 188 (73.83% from 255) = 30.62%
R=33.88%
G=35.50%
B=30.62%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181880.0500.140.158028.8579.61
HexD0DABC50EF501d50
Octal32033227450161712035120
Binary1101000011011010101111001010111011111010000111011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DABC; }

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

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

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

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

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

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

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

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