Html Css Color HEX #D6D3C0 Ecru White

📋 copy color: '#D6D3C0'

red 214 ◦ green 211 ◦ blue 192

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

Shades of Ecru White #D6D3C0

Tints of Ecru White #D6D3C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 31.12%

R = 34.68%
G = 34.2%
B = 31.12%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.10

 K value IS 0.16

RGB Variations

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

Color information

#D6D3C0 (or 0xD6D3C0) is known color: Ecru White. HEX triplet: D6, D3 and C0. RGB value is (214,211,192). Sum of RGB (Red+Green+Blue) = 214+211+192=617 (81% of max value = 765). Red value is 214 (83.98% from 255 or 34.68% from 617); Green value is 211 (82.81% from 255 or 34.20% from 617); Blue value is 192 (75.39% from 255 or 31.12% from 617); Max value from RGB is 214 - color contains mainly: red. Hex color #D6D3C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6D3C0 is #292C3F. Grayscale: #D1D1D1. Windows color (decimal): -2698304 or 12637142. OLE color: 12637142.

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

Color convert

RGB 214 211 192 -
CMYK 0 0.01 0.10 0.16
HSL 51.82º 0.21% 0.8% -
HSV(B) 51.82º 0.1% 0.84% -
XYZ 60.54 64.69 59.16 -
YUV 209.73 117.99 131.04 -
System Red Green Blue C M Y K H S L
Decimal 214 211 192 0 0.01 0.10 0.16 51.82 0.21 0.8
Hex D6 D3 C0 0 1 A 10 34 15 50
Octal 326 323 300 0 1 12 20 64 25 120
Binary 11010110 11010011 11000000 0 1 1010 10000 110100 10101 1010000

Color Harmonies of #D6D3C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6D3C0

Black with #D6D3C0

Text Example


Text Example

White with #D6D3C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6D3C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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