Html Css Color HEX #D4DCBB Harp

📋 copy color: '#D4DCBB'

red 212 ◦ green 220 ◦ blue 187

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

Shades of Harp #D4DCBB

Tints of Harp #D4DCBB

RGB

 RED value IS 212 (83.2% from 255) = 34.25%

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

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

R = 34.25%
G = 35.54%
B = 30.21%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.15

 K value IS 0.14

RGB Variations

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

Color information

#D4DCBB (or 0xD4DCBB) is known color: Harp. HEX triplet: D4, DC and BB. RGB value is (212,220,187). Sum of RGB (Red+Green+Blue) = 212+220+187=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 187 (73.44% from 255 or 30.21% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D4DCBB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4DCBB is #2B2344. Grayscale: #D5D5D5. Windows color (decimal): -2827077 or 12311764. OLE color: 12311764.

HSL color Cylindrical-coordinate representation of color #D4DCBB: hue angle of 74.55º 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 #D4DCBB is Cyan = 0.04, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB 212 220 187 -
CMYK 0.04 0 0.15 0.14
HSL 74.55º 0.32% 0.8% -
HSV(B) 74.55º 0.15% 0.86% -
XYZ 61.71 68.77 57.04 -
YUV 213.85 112.85 126.68 -
System Red Green Blue C M Y K H S L
Decimal 212 220 187 0.04 0 0.15 0.14 74.55 0.32 0.8
Hex D4 DC BB 4 0 F E 4B 20 50
Octal 324 334 273 4 0 17 16 113 40 120
Binary 11010100 11011100 10111011 100 0 1111 1110 1001011 100000 1010000

Color Harmonies of #D4DCBB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4DCBB

Black with #D4DCBB

Text Example


Text Example

White with #D4DCBB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4DCBB; }

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

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

background-color css

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

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

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

border-color css

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

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

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