#D0DABB

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

Shades of Harp #D0DABB

Tints of Harp #D0DABB

Color information

#D0DABB (or 0xD0DABB) is unknown color: approx Harp. HEX triplet: D0, DA and BB. RGB value is (208,218,187). Sum of RGB (Red+Green+Blue) = 208+218+187=613 (81% of max value = 765). Red value is 208 (81.64% from 255 or 33.93% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 187 (73.44% from 255 or 30.51% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #D0DABB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DABB is #2F2544. Grayscale: #D3D3D3. Windows color (decimal): -3089733 or 12311248. OLE color: 12311248.

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

Color convert

RGB208218187-
CMYK0.0500.140.15
HSL79.35º29.52%79.41%-
HSV(B)79.35º14.22%85.49%-
XYZ60.0567.1456.81-
YUV211.48114.19125.52-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.93%
GREEN value IS 218 (85.55% from 255) = 35.56%
BLUE value IS 187 (73.44% from 255) = 30.51%
R=33.93%
G=35.56%
B=30.51%

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
Decimal2082181870.0500.140.1579.3529.5279.41
HexD0DABB50EF4f1e4f
Octal32033227350161711736117
Binary1101000011011010101110111010111011111001111111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DABB; }

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

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

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

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

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

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

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

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