Html Css Color HEX #D5D0BE Ecru White

📋 copy color: '#D5D0BE'

red 213 ◦ green 208 ◦ blue 190

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

Shades of Ecru White #D5D0BE

Tints of Ecru White #D5D0BE

RGB

 RED value IS 213 (83.59% from 255) = 34.86%

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

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

R = 34.86%
G = 34.04%
B = 31.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D5D0BE (or 0xD5D0BE) is known color: Ecru White. HEX triplet: D5, D0 and BE. RGB value is (213,208,190). Sum of RGB (Red+Green+Blue) = 213+208+190=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 208 (81.64% from 255 or 34.04% from 611); Blue value is 190 (74.61% from 255 or 31.10% from 611); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0BE is #2A2F41. Grayscale: #CFCFCF. Windows color (decimal): -2764610 or 12505301. OLE color: 12505301.

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

Color convert

RGB 213 208 190 -
CMYK 0 0.02 0.11 0.16
HSL 46.96º 0.21% 0.79% -
HSV(B) 46.96º 0.11% 0.84% -
XYZ 59.29 62.98 57.75 -
YUV 207.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 213 208 190 0 0.02 0.11 0.16 46.96 0.21 0.79
Hex D5 D0 BE 0 2 B 10 2F 15 4F
Octal 325 320 276 0 2 13 20 57 25 117
Binary 11010101 11010000 10111110 0 10 1011 10000 101111 10101 1001111

Color Harmonies of #D5D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0BE

Black with #D5D0BE

Text Example


Text Example

White with #D5D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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