#D1DDB3

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

Shades of Harp #D1DDB3

Tints of Harp #D1DDB3

Color information

#D1DDB3 (or 0xD1DDB3) is unknown color: approx Harp. HEX triplet: D1, DD and B3. RGB value is (209,221,179). Sum of RGB (Red+Green+Blue) = 209+221+179=609 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.32% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 179 (70.31% from 255 or 29.39% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDB3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDB3 is #2E224C. Grayscale: #D4D4D4. Windows color (decimal): -3023437 or 11787729. OLE color: 11787729.

HSL color Cylindrical-coordinate representation of color #D1DDB3: hue angle of 77.14º degrees, saturation: 0.38, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D1DDB3 is Cyan = 0.05, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB209221179-
CMYK0.0500.190.13
HSL77.14º38.18%78.43%-
HSV(B)77.14º19%86.67%-
XYZ60.2968.5252.7-
YUV212.62109.02125.42-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.32%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 179 (70.31% from 255) = 29.39%
R=34.32%
G=36.29%
B=29.39%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211790.0500.190.1377.1438.1878.43
HexD1DDB35013D4d264e
Octal32133526350231511546116
Binary110100011101110110110011101010011110110011011001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDB3; }

 p { color: rgb(209,221,179); }

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

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

 a { background-color: rgb(209,221,179); }

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

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

 span { border-color: rgb(209,221,179); }

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