Html Css Color HEX #D1DABC Harp

📋 copy color: '#D1DABC'

red 209 ◦ green 218 ◦ blue 188

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

Shades of Harp #D1DABC

Tints of Harp #D1DABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 30.57%

R = 33.98%
G = 35.45%
B = 30.57%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#D1DABC (or 0xD1DABC) is known color: Harp. HEX triplet: D1, DA and BC. RGB value is (209,218,188). Sum of RGB (Red+Green+Blue) = 209+218+188=615 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.98% from 615); Green value is 218 (85.55% from 255 or 35.45% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DABC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DABC is #2E2543. Grayscale: #D4D4D4. Windows color (decimal): -3024196 or 12376785. OLE color: 12376785.

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

Color convert

RGB 209 218 188 -
CMYK 0.04 0 0.14 0.15
HSL 78º 0.29% 0.8% -
HSV(B) 78º 0.14% 0.85% -
XYZ 60.44 67.33 57.39 -
YUV 211.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 209 218 188 0.04 0 0.14 0.15 78 0.29 0.8
Hex D1 DA BC 4 0 E F 4E 1D 50
Octal 321 332 274 4 0 16 17 116 35 120
Binary 11010001 11011010 10111100 100 0 1110 1111 1001110 11101 1010000

Color Harmonies of #D1DABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DABC

Black with #D1DABC

Text Example


Text Example

White with #D1DABC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DABC; }

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

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

background-color css

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

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

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

border-color css

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

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

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