Html Css Color HEX #D4D8BE Harp

📋 copy color: '#D4D8BE'

red 212 ◦ green 216 ◦ blue 190

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

Shades of Harp #D4D8BE

Tints of Harp #D4D8BE

RGB

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

 GREEN value IS 216 (84.77% from 255) = 34.95%

 BLUE value IS 190 (74.61% from 255) = 30.74%

R = 34.3%
G = 34.95%
B = 30.74%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#D4D8BE (or 0xD4D8BE) is known color: Harp. HEX triplet: D4, D8 and BE. RGB value is (212,216,190). Sum of RGB (Red+Green+Blue) = 212+216+190=618 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.30% from 618); Green value is 216 (84.77% from 255 or 34.95% from 618); Blue value is 190 (74.61% from 255 or 30.74% from 618); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8BE is #2B2741. Grayscale: #D3D3D3. Windows color (decimal): -2828098 or 12507348. OLE color: 12507348.

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

Color convert

RGB 212 216 190 -
CMYK 0.02 0 0.12 0.15
HSL 69.23º 0.25% 0.8% -
HSV(B) 69.23º 0.12% 0.85% -
XYZ 61 66.83 58.4 -
YUV 211.84 115.67 128.11 -
System Red Green Blue C M Y K H S L
Decimal 212 216 190 0.02 0 0.12 0.15 69.23 0.25 0.8
Hex D4 D8 BE 2 0 C F 45 19 50
Octal 324 330 276 2 0 14 17 105 31 120
Binary 11010100 11011000 10111110 10 0 1100 1111 1000101 11001 1010000

Color Harmonies of #D4D8BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8BE

Black with #D4D8BE

Text Example


Text Example

White with #D4D8BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8BE; }

 p { color: rgb(212,216,190); }

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

background-color css

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

 a { background-color: rgb(212,216,190); }

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

border-color css

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

 span { border-color: rgb(212,216,190); }

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