Html Css Color HEX #D4D8BF Harp

📋 copy color: '#D4D8BF'

red 212 ◦ green 216 ◦ blue 191

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

Shades of Harp #D4D8BF

Tints of Harp #D4D8BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 30.86%

R = 34.25%
G = 34.89%
B = 30.86%

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

#D4D8BF (or 0xD4D8BF) is known color: Harp. HEX triplet: D4, D8 and BF. RGB value is (212,216,191). Sum of RGB (Red+Green+Blue) = 212+216+191=619 (81% of max value = 765). Red value is 212 (83.20% from 255 or 34.25% from 619); Green value is 216 (84.77% from 255 or 34.89% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 216 - color contains mainly: green. Hex color #D4D8BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D8BF is #2B2740. Grayscale: #D4D4D4. Windows color (decimal): -2828097 or 12572884. OLE color: 12572884.

HSL color Cylindrical-coordinate representation of color #D4D8BF: hue angle of 69.6º degrees, saturation: 0.24, 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 #D4D8BF is Cyan = 0.02, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 212 216 191 -
CMYK 0.02 0 0.12 0.15
HSL 69.6º 0.24% 0.8% -
HSV(B) 69.6º 0.12% 0.85% -
XYZ 61.11 66.87 58.98 -
YUV 211.95 116.17 128.03 -
System Red Green Blue C M Y K H S L
Decimal 212 216 191 0.02 0 0.12 0.15 69.6 0.24 0.8
Hex D4 D8 BF 2 0 C F 46 18 50
Octal 324 330 277 2 0 14 17 106 30 120
Binary 11010100 11011000 10111111 10 0 1100 1111 1000110 11000 1010000

Color Harmonies of #D4D8BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4D8BF

Black with #D4D8BF

Text Example


Text Example

White with #D4D8BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4D8BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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