Html Css Color HEX #D2DDB9 Harp

📋 copy color: '#D2DDB9'

red 210 ◦ green 221 ◦ blue 185

#D2DDB9
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harp #D2DDB9

Tints of Harp #D2DDB9

RGB

 RED value IS 210 (82.42% from 255) = 34.09%

 GREEN value IS 221 (86.72% from 255) = 35.88%

 BLUE value IS 185 (72.66% from 255) = 30.03%

R = 34.09%
G = 35.88%
B = 30.03%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#D2DDB9 (or 0xD2DDB9) is known color: Harp. HEX triplet: D2, DD and B9. RGB value is (210,221,185). Sum of RGB (Red+Green+Blue) = 210+221+185=616 (81% of max value = 765). Red value is 210 (82.42% from 255 or 34.09% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 185 (72.66% from 255 or 30.03% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #D2DDB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2DDB9 is #2D2246. Grayscale: #D5D5D5. Windows color (decimal): -2957895 or 12180946. OLE color: 12180946.

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

Color convert

RGB 210 221 185 -
CMYK 0.05 0 0.16 0.13
HSL 78.33º 0.35% 0.8% -
HSV(B) 78.33º 0.16% 0.87% -
XYZ 61.19 68.92 55.98 -
YUV 213.61 111.86 125.43 -
System Red Green Blue C M Y K H S L
Decimal 210 221 185 0.05 0 0.16 0.13 78.33 0.35 0.8
Hex D2 DD B9 5 0 10 D 4E 23 50
Octal 322 335 271 5 0 20 15 116 43 120
Binary 11010010 11011101 10111001 101 0 10000 1101 1001110 100011 1010000

Color Harmonies of #D2DDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2DDB9

Black with #D2DDB9

Text Example


Text Example

White with #D2DDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2DDB9; }

 p { color: rgb(210,221,185); }

 H1.HeaderClassName
 {
   color: #D2DDB9;
 }
 .AnyTagClassName
 {
   color: #D2DDB9;
 }
</style>

background-color css

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

 a { background-color: rgb(210,221,185); }

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

border-color css

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

 span { border-color: rgb(210,221,185); }

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