Html Css Color HEX #D1DBB4 Harp

📋 copy color: '#D1DBB4'

red 209 ◦ green 219 ◦ blue 180

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

Shades of Harp #D1DBB4

Tints of Harp #D1DBB4

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.02%

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

R = 34.38%
G = 36.02%
B = 29.61%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.14

RGB Variations

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

Color information

#D1DBB4 (or 0xD1DBB4) is known color: Harp. HEX triplet: D1, DB and B4. RGB value is (209,219,180). Sum of RGB (Red+Green+Blue) = 209+219+180=608 (80% of max value = 765). Red value is 209 (82.03% from 255 or 34.38% from 608); Green value is 219 (85.94% from 255 or 36.02% from 608); Blue value is 180 (70.70% from 255 or 29.61% from 608); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1DBB4 is #2E244B. Grayscale: #D3D3D3. Windows color (decimal): -3023948 or 11852753. OLE color: 11852753.

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

Color convert

RGB 209 219 180 -
CMYK 0.05 0 0.18 0.14
HSL 75.38º 0.35% 0.78% -
HSV(B) 75.38º 0.18% 0.86% -
XYZ 59.86 67.51 53.06 -
YUV 211.56 110.19 126.17 -
System Red Green Blue C M Y K H S L
Decimal 209 219 180 0.05 0 0.18 0.14 75.38 0.35 0.78
Hex D1 DB B4 5 0 12 E 4B 23 4E
Octal 321 333 264 5 0 22 16 113 43 116
Binary 11010001 11011011 10110100 101 0 10010 1110 1001011 100011 1001110

Color Harmonies of #D1DBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1DBB4

Black with #D1DBB4

Text Example


Text Example

White with #D1DBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1DBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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