Html Css Color HEX #DAD3BF Ecru White

📋 copy color: '#DAD3BF'

red 218 ◦ green 211 ◦ blue 191

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

Shades of Ecru White #DAD3BF

Tints of Ecru White #DAD3BF

RGB

 RED value IS 218 (85.55% from 255) = 35.16%

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

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

R = 35.16%
G = 34.03%
B = 30.81%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.12

 K value IS 0.15

RGB Variations

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

Color information

#DAD3BF (or 0xDAD3BF) is known color: Ecru White. HEX triplet: DA, D3 and BF. RGB value is (218,211,191). Sum of RGB (Red+Green+Blue) = 218+211+191=620 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.16% from 620); Green value is 211 (82.81% from 255 or 34.03% from 620); Blue value is 191 (75% from 255 or 30.81% from 620); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3BF is #252C40. Grayscale: #D2D2D2. Windows color (decimal): -2436161 or 12571610. OLE color: 12571610.

HSL color Cylindrical-coordinate representation of color #DAD3BF: hue angle of 44.44º degrees, saturation: 0.27, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAD3BF is Cyan = 0, Magento = 0.03, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 211 191 -
CMYK 0 0.03 0.12 0.15
HSL 44.44º 0.27% 0.8% -
HSV(B) 44.44º 0.12% 0.85% -
XYZ 61.61 65.26 58.64 -
YUV 210.81 116.82 133.13 -
System Red Green Blue C M Y K H S L
Decimal 218 211 191 0 0.03 0.12 0.15 44.44 0.27 0.8
Hex DA D3 BF 0 3 C F 2C 1B 50
Octal 332 323 277 0 3 14 17 54 33 120
Binary 11011010 11010011 10111111 0 11 1100 1111 101100 11011 1010000

Color Harmonies of #DAD3BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3BF

Black with #DAD3BF

Text Example


Text Example

White with #DAD3BF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3BF; }

 p { color: rgb(218,211,191); }

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

background-color css

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

 a { background-color: rgb(218,211,191); }

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

border-color css

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

 span { border-color: rgb(218,211,191); }

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