Html Css Color HEX #D1DCBB Harp

📋 copy color: '#D1DCBB'

red 209 ◦ green 220 ◦ blue 187

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

Shades of Harp #D1DCBB

Tints of Harp #D1DCBB

RGB

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

 GREEN value IS 220 (86.33% from 255) = 35.71%

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 33.93%
G = 35.71%
B = 30.36%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D1DCBB (or 0xD1DCBB) is known color: Harp. HEX triplet: D1, DC and BB. RGB value is (209,220,187). Sum of RGB (Red+Green+Blue) = 209+220+187=616 (81% of max value = 765). Red value is 209 (82.03% from 255 or 33.93% from 616); Green value is 220 (86.33% from 255 or 35.71% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 220 - color contains mainly: green. Hex color #D1DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DCBB is #2E2344. Grayscale: #D5D5D5. Windows color (decimal): -3023685 or 12311761. OLE color: 12311761.

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

Color convert

RGB 209 220 187 -
CMYK 0.05 0 0.15 0.14
HSL 80º 0.32% 0.8% -
HSV(B) 80º 0.15% 0.86% -
XYZ 60.86 68.33 57 -
YUV 212.95 113.36 125.18 -
System Red Green Blue C M Y K H S L
Decimal 209 220 187 0.05 0 0.15 0.14 80 0.32 0.8
Hex D1 DC BB 5 0 F E 50 20 50
Octal 321 334 273 5 0 17 16 120 40 120
Binary 11010001 11011100 10111011 101 0 1111 1110 1010000 100000 1010000

Color Harmonies of #D1DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DCBB

Black with #D1DCBB

Text Example


Text Example

White with #D1DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DCBB; }

 p { color: rgb(209,220,187); }

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

background-color css

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

 a { background-color: rgb(209,220,187); }

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

border-color css

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

 span { border-color: rgb(209,220,187); }

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