Html Css Color HEX #D6D0BE Ecru White

📋 copy color: '#D6D0BE'

red 214 ◦ green 208 ◦ blue 190

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

Shades of Ecru White #D6D0BE

Tints of Ecru White #D6D0BE

RGB

 RED value IS 214 (83.98% from 255) = 34.97%

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

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

R = 34.97%
G = 33.99%
B = 31.05%

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

#D6D0BE (or 0xD6D0BE) is known color: Ecru White. HEX triplet: D6, D0 and BE. RGB value is (214,208,190). Sum of RGB (Red+Green+Blue) = 214+208+190=612 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.97% from 612); Green value is 208 (81.64% from 255 or 33.99% from 612); Blue value is 190 (74.61% from 255 or 31.05% from 612); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D0BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D0BE is #292F41. Grayscale: #CFCFCF. Windows color (decimal): -2699074 or 12505302. OLE color: 12505302.

HSL color Cylindrical-coordinate representation of color #D6D0BE: hue angle of 45º degrees, saturation: 0.23, 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 #D6D0BE is Cyan = 0, Magento = 0.03, Yellow = 0.11 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 208 190 -
CMYK 0 0.03 0.11 0.16
HSL 45º 0.23% 0.79% -
HSV(B) 45º 0.11% 0.84% -
XYZ 59.58 63.13 57.76 -
YUV 207.74 117.99 132.46 -
System Red Green Blue C M Y K H S L
Decimal 214 208 190 0 0.03 0.11 0.16 45 0.23 0.79
Hex D6 D0 BE 0 3 B 10 2D 17 4F
Octal 326 320 276 0 3 13 20 55 27 117
Binary 11010110 11010000 10111110 0 11 1011 10000 101101 10111 1001111

Color Harmonies of #D6D0BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D0BE

Black with #D6D0BE

Text Example


Text Example

White with #D6D0BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D0BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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