Html Css Color HEX #D7D0BE Ecru White

📋 copy color: '#D7D0BE'

red 215 ◦ green 208 ◦ blue 190

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

Shades of Ecru White #D7D0BE

Tints of Ecru White #D7D0BE

RGB

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

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

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

R = 35.07%
G = 33.93%
B = 31%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.16

RGB Variations

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

Color information

#D7D0BE (or 0xD7D0BE) is known color: Ecru White. HEX triplet: D7, D0 and BE. RGB value is (215,208,190). Sum of RGB (Red+Green+Blue) = 215+208+190=613 (81% of max value = 765). Red value is 215 (84.38% from 255 or 35.07% from 613); Green value is 208 (81.64% from 255 or 33.93% from 613); Blue value is 190 (74.61% from 255 or 31.00% from 613); Max value from RGB is 215 - color contains mainly: red. Hex color #D7D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7D0BE is #282F41. Grayscale: #D0D0D0. Windows color (decimal): -2633538 or 12505303. OLE color: 12505303.

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

Color convert

RGB 215 208 190 -
CMYK 0 0.03 0.12 0.16
HSL 43.2º 0.24% 0.79% -
HSV(B) 43.2º 0.12% 0.84% -
XYZ 59.87 63.28 57.77 -
YUV 208.04 117.82 132.96 -
System Red Green Blue C M Y K H S L
Decimal 215 208 190 0 0.03 0.12 0.16 43.2 0.24 0.79
Hex D7 D0 BE 0 3 C 10 2B 18 4F
Octal 327 320 276 0 3 14 20 53 30 117
Binary 11010111 11010000 10111110 0 11 1100 10000 101011 11000 1001111

Color Harmonies of #D7D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7D0BE

Black with #D7D0BE

Text Example


Text Example

White with #D7D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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