Html Css Color HEX #D1DDBA Harp

📋 copy color: '#D1DDBA'

red 209 ◦ green 221 ◦ blue 186

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

Shades of Harp #D1DDBA

Tints of Harp #D1DDBA

RGB

 RED value IS 209 (82.03% from 255) = 33.93%

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

 BLUE value IS 186 (73.05% from 255) = 30.19%

R = 33.93%
G = 35.88%
B = 30.19%

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

#D1DDBA (or 0xD1DDBA) is known color: Harp. HEX triplet: D1, DD and BA. RGB value is (209,221,186). Sum of RGB (Red+Green+Blue) = 209+221+186=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 221 (86.72% from 255 or 35.88% from 616); Blue value is 186 (73.05% from 255 or 30.19% from 616); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDBA is #2E2245. Grayscale: #D5D5D5. Windows color (decimal): -3023430 or 12246481. OLE color: 12246481.

HSL color Cylindrical-coordinate representation of color #D1DDBA: hue angle of 80.57º degrees, saturation: 0.34, 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 #D1DDBA is Cyan = 0.05, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.

Color convert

RGB 209 221 186 -
CMYK 0.05 0 0.16 0.13
HSL 80.57º 0.34% 0.8% -
HSV(B) 80.57º 0.16% 0.87% -
XYZ 61.01 68.81 56.52 -
YUV 213.42 112.52 124.85 -
System Red Green Blue C M Y K H S L
Decimal 209 221 186 0.05 0 0.16 0.13 80.57 0.34 0.8
Hex D1 DD BA 5 0 10 D 51 22 50
Octal 321 335 272 5 0 20 15 121 42 120
Binary 11010001 11011101 10111010 101 0 10000 1101 1010001 100010 1010000

Color Harmonies of #D1DDBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDBA

Black with #D1DDBA

Text Example


Text Example

White with #D1DDBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDBA; }

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

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

background-color css

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

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

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

border-color css

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

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

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