Html Css Color HEX #D1DABA Harp

📋 copy color: '#D1DABA'

red 209 ◦ green 218 ◦ blue 186

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

Shades of Harp #D1DABA

Tints of Harp #D1DABA

RGB

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

 GREEN value IS 218 (85.55% from 255) = 35.56%

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

R = 34.09%
G = 35.56%
B = 30.34%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#D1DABA (or 0xD1DABA) is known color: Harp. HEX triplet: D1, DA and BA. RGB value is (209,218,186). Sum of RGB (Red+Green+Blue) = 209+218+186=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 218 (85.55% from 255 or 35.56% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABA is #2E2545. Grayscale: #D3D3D3. Windows color (decimal): -3024198 or 12245713. OLE color: 12245713.

HSL color Cylindrical-coordinate representation of color #D1DABA: hue angle of 76.88º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1DABA is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 209 218 186 -
CMYK 0.04 0 0.15 0.15
HSL 76.88º 0.3% 0.79% -
HSV(B) 76.88º 0.15% 0.85% -
XYZ 60.23 67.24 56.26 -
YUV 211.66 113.52 126.1 -
System Red Green Blue C M Y K H S L
Decimal 209 218 186 0.04 0 0.15 0.15 76.88 0.3 0.79
Hex D1 DA BA 4 0 F F 4D 1E 4F
Octal 321 332 272 4 0 17 17 115 36 117
Binary 11010001 11011010 10111010 100 0 1111 1111 1001101 11110 1001111

Color Harmonies of #D1DABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DABA

Black with #D1DABA

Text Example


Text Example

White with #D1DABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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