Html Css Color HEX #D5D0BF Ecru White

📋 copy color: '#D5D0BF'

red 213 ◦ green 208 ◦ blue 191

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

Shades of Ecru White #D5D0BF

Tints of Ecru White #D5D0BF

RGB

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

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

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

R = 34.8%
G = 33.99%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D5D0BF (or 0xD5D0BF) is known color: Ecru White. HEX triplet: D5, D0 and BF. RGB value is (213,208,191). Sum of RGB (Red+Green+Blue) = 213+208+191=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 191 (75% from 255 or 31.21% from 612); Max value from RGB is 213 - color contains mainly: red. Hex color #D5D0BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D0BF is #2A2F40. Grayscale: #CFCFCF. Windows color (decimal): -2764609 or 12570837. OLE color: 12570837.

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

Color convert

RGB 213 208 191 -
CMYK 0 0.02 0.10 0.16
HSL 46.36º 0.21% 0.79% -
HSV(B) 46.36º 0.1% 0.84% -
XYZ 59.4 63.02 58.32 -
YUV 207.56 118.66 131.88 -
System Red Green Blue C M Y K H S L
Decimal 213 208 191 0 0.02 0.10 0.16 46.36 0.21 0.79
Hex D5 D0 BF 0 2 A 10 2E 15 4F
Octal 325 320 277 0 2 12 20 56 25 117
Binary 11010101 11010000 10111111 0 10 1010 10000 101110 10101 1001111

Color Harmonies of #D5D0BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D5D0BF

Black with #D5D0BF

Text Example


Text Example

White with #D5D0BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D5D0BF; }

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

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

background-color css

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

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

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

border-color css

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

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

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