Html Css Color HEX #D6D3BE Ecru White

📋 copy color: '#D6D3BE'

red 214 ◦ green 211 ◦ blue 190

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

Shades of Ecru White #D6D3BE

Tints of Ecru White #D6D3BE

RGB

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

 GREEN value IS 211 (82.81% from 255) = 34.31%

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

R = 34.8%
G = 34.31%
B = 30.89%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.11

 K value IS 0.16

RGB Variations

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

Color information

#D6D3BE (or 0xD6D3BE) is known color: Ecru White. HEX triplet: D6, D3 and BE. RGB value is (214,211,190). Sum of RGB (Red+Green+Blue) = 214+211+190=615 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.80% from 615); Green value is 211 (82.81% from 255 or 34.31% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3BE is #292C41. Grayscale: #D1D1D1. Windows color (decimal): -2698306 or 12506070. OLE color: 12506070.

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

Color convert

RGB 214 211 190 -
CMYK 0 0.01 0.11 0.16
HSL 52.5º 0.23% 0.79% -
HSV(B) 52.5º 0.11% 0.84% -
XYZ 60.32 64.6 58.01 -
YUV 209.5 116.99 131.21 -
System Red Green Blue C M Y K H S L
Decimal 214 211 190 0 0.01 0.11 0.16 52.5 0.23 0.79
Hex D6 D3 BE 0 1 B 10 34 17 4F
Octal 326 323 276 0 1 13 20 64 27 117
Binary 11010110 11010011 10111110 0 1 1011 10000 110100 10111 1001111

Color Harmonies of #D6D3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D3BE

Black with #D6D3BE

Text Example


Text Example

White with #D6D3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D3BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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