#D0DDB5

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

Shades of Harp #D0DDB5

Tints of Harp #D0DDB5

Color information

#D0DDB5 (or 0xD0DDB5) is unknown color: approx Harp. HEX triplet: D0, DD and B5. RGB value is (208,221,181). Sum of RGB (Red+Green+Blue) = 208+221+181=610 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.10% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 181 (71.09% from 255 or 29.67% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #D0DDB5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0DDB5 is #2F224A. Grayscale: #D4D4D4. Windows color (decimal): -3088971 or 11918800. OLE color: 11918800.

HSL color Cylindrical-coordinate representation of color #D0DDB5: hue angle of 79.5º degrees, saturation: 0.37, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D0DDB5 is Cyan = 0.06, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.13.

Color convert

RGB208221181-
CMYK0.0600.180.13
HSL79.5º37.04%78.82%-
HSV(B)79.5º18.1%86.67%-
XYZ60.2168.4653.76-
YUV212.55110.19124.75-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.10%
GREEN value IS 221 (86.72% from 255) = 36.23%
BLUE value IS 181 (71.09% from 255) = 29.67%
R=34.10%
G=36.23%
B=29.67%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2082211810.0600.180.1379.537.0478.82
HexD0DDB56012D50254f
Octal32033526560221512045117
Binary110100001101110110110101110010010110110100001001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DDB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DDB5; }

 p { color: rgb(208,221,181); }

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

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

 a { background-color: rgb(208,221,181); }

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

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

 span { border-color: rgb(208,221,181); }

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