Html Css Color HEX #D6D1BF Ecru White

📋 copy color: '#D6D1BF'

red 214 ◦ green 209 ◦ blue 191

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

Shades of Ecru White #D6D1BF

Tints of Ecru White #D6D1BF

RGB

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

 GREEN value IS 209 (82.03% from 255) = 34.04%

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

R = 34.85%
G = 34.04%
B = 31.11%

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

#D6D1BF (or 0xD6D1BF) is known color: Ecru White. HEX triplet: D6, D1 and BF. RGB value is (214,209,191). Sum of RGB (Red+Green+Blue) = 214+209+191=614 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.85% from 614); Green value is 209 (82.03% from 255 or 34.04% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D1BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D1BF is #292E40. Grayscale: #D0D0D0. Windows color (decimal): -2698817 or 12571094. OLE color: 12571094.

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

Color convert

RGB 214 209 191 -
CMYK 0 0.02 0.11 0.16
HSL 46.96º 0.22% 0.79% -
HSV(B) 46.96º 0.11% 0.84% -
XYZ 59.94 63.66 58.42 -
YUV 208.44 118.16 131.96 -
System Red Green Blue C M Y K H S L
Decimal 214 209 191 0 0.02 0.11 0.16 46.96 0.22 0.79
Hex D6 D1 BF 0 2 B 10 2F 16 4F
Octal 326 321 277 0 2 13 20 57 26 117
Binary 11010110 11010001 10111111 0 10 1011 10000 101111 10110 1001111

Color Harmonies of #D6D1BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D1BF

Black with #D6D1BF

Text Example


Text Example

White with #D6D1BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D1BF; }

 p { color: rgb(214,209,191); }

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

background-color css

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

 a { background-color: rgb(214,209,191); }

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

border-color css

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

 span { border-color: rgb(214,209,191); }

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