#D0DABA

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

Shades of Harp #D0DABA

Tints of Harp #D0DABA

Color information

#D0DABA (or 0xD0DABA) is unknown color: approx Harp. HEX triplet: D0, DA and BA. RGB value is (208,218,186). Sum of RGB (Red+Green+Blue) = 208+218+186=612 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.99% from 612); Green value is 218 (85.55% from 255 or 35.62% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DABA is #2F2545. Grayscale: #D3D3D3. Windows color (decimal): -3089734 or 12245712. OLE color: 12245712.

HSL color Cylindrical-coordinate representation of color #D0DABA: hue angle of 78.75º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D0DABA is Cyan = 0.05, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB208218186-
CMYK0.0500.150.15
HSL78.75º30.19%79.22%-
HSV(B)78.75º14.68%85.49%-
XYZ59.9567.156.25-
YUV211.36113.69125.6-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.99%
GREEN value IS 218 (85.55% from 255) = 35.62%
BLUE value IS 186 (73.05% from 255) = 30.39%
R=33.99%
G=35.62%
B=30.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082181860.0500.150.1578.7530.1979.22
HexD0DABA50FF4f1e4f
Octal32033227250171711736117
Binary1101000011011010101110101010111111111001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DABA; }

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

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

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

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

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

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

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

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