Html Css Color HEX #D7D0BF Ecru White

📋 copy color: '#D7D0BF'

red 215 ◦ green 208 ◦ blue 191

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

Shades of Ecru White #D7D0BF

Tints of Ecru White #D7D0BF

RGB

 RED value IS 215 (84.38% from 255) = 35.02%

 GREEN value IS 208 (81.64% from 255) = 33.88%

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

R = 35.02%
G = 33.88%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D7D0BF (or 0xD7D0BF) is known color: Ecru White. HEX triplet: D7, D0 and BF. RGB value is (215,208,191). Sum of RGB (Red+Green+Blue) = 215+208+191=614 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.02% from 614); Green value is 208 (81.64% from 255 or 33.88% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0BF is #282F40. Grayscale: #D0D0D0. Windows color (decimal): -2633537 or 12570839. OLE color: 12570839.

HSL color Cylindrical-coordinate representation of color #D7D0BF: hue angle of 42.5º degrees, saturation: 0.23, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D7D0BF is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 208 191 -
CMYK 0 0.03 0.11 0.16
HSL 42.5º 0.23% 0.8% -
HSV(B) 42.5º 0.11% 0.84% -
XYZ 59.98 63.32 58.35 -
YUV 208.16 118.32 132.88 -
System Red Green Blue C M Y K H S L
Decimal 215 208 191 0 0.03 0.11 0.16 42.5 0.23 0.8
Hex D7 D0 BF 0 3 B 10 2A 17 50
Octal 327 320 277 0 3 13 20 52 27 120
Binary 11010111 11010000 10111111 0 11 1011 10000 101010 10111 1010000

Color Harmonies of #D7D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0BF

Black with #D7D0BF

Text Example


Text Example

White with #D7D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D0BF; }

 p { color: rgb(215,208,191); }

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

background-color css

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

 a { background-color: rgb(215,208,191); }

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

border-color css

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

 span { border-color: rgb(215,208,191); }

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