Html Css Color HEX #D1DDB4 Harp

📋 copy color: '#D1DDB4'

red 209 ◦ green 221 ◦ blue 180

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

Shades of Harp #D1DDB4

Tints of Harp #D1DDB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 29.51%

R = 34.26%
G = 36.23%
B = 29.51%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#D1DDB4 (or 0xD1DDB4) is known color: Harp. HEX triplet: D1, DD and B4. RGB value is (209,221,180). Sum of RGB (Red+Green+Blue) = 209+221+180=610 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.26% from 610); Green value is 221 (86.72% from 255 or 36.23% from 610); Blue value is 180 (70.70% from 255 or 29.51% from 610); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DDB4 is #2E224B. Grayscale: #D4D4D4. Windows color (decimal): -3023436 or 11853265. OLE color: 11853265.

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

Color convert

RGB 209 221 180 -
CMYK 0.05 0 0.19 0.13
HSL 77.56º 0.38% 0.79% -
HSV(B) 77.56º 0.19% 0.87% -
XYZ 60.39 68.56 53.23 -
YUV 212.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 209 221 180 0.05 0 0.19 0.13 77.56 0.38 0.79
Hex D1 DD B4 5 0 13 D 4E 26 4F
Octal 321 335 264 5 0 23 15 116 46 117
Binary 11010001 11011101 10110100 101 0 10011 1101 1001110 100110 1001111

Color Harmonies of #D1DDB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DDB4

Black with #D1DDB4

Text Example


Text Example

White with #D1DDB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DDB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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