Html Css Color HEX #DAD2BA Ecru White

📋 copy color: '#DAD2BA'

red 218 ◦ green 210 ◦ blue 186

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

Shades of Ecru White #DAD2BA

Tints of Ecru White #DAD2BA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 34.2%

 BLUE value IS 186 (73.05% from 255) = 30.29%

R = 35.5%
G = 34.2%
B = 30.29%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.15

 K value IS 0.15

RGB Variations

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

Color information

#DAD2BA (or 0xDAD2BA) is known color: Ecru White. HEX triplet: DA, D2 and BA. RGB value is (218,210,186). Sum of RGB (Red+Green+Blue) = 218+210+186=614 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.50% from 614); Green value is 210 (82.42% from 255 or 34.20% from 614); Blue value is 186 (73.05% from 255 or 30.29% from 614); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2BA is #252D45. Grayscale: #D1D1D1. Windows color (decimal): -2436422 or 12243674. OLE color: 12243674.

HSL color Cylindrical-coordinate representation of color #DAD2BA: hue angle of 45º degrees, saturation: 0.3, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAD2BA is Cyan = 0, Magento = 0.04, Yellow = 0.15 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 210 186 -
CMYK 0 0.04 0.15 0.15
HSL 45º 0.3% 0.79% -
HSV(B) 45º 0.15% 0.85% -
XYZ 60.82 64.54 55.71 -
YUV 209.66 114.65 133.95 -
System Red Green Blue C M Y K H S L
Decimal 218 210 186 0 0.04 0.15 0.15 45 0.3 0.79
Hex DA D2 BA 0 4 F F 2D 1E 4F
Octal 332 322 272 0 4 17 17 55 36 117
Binary 11011010 11010010 10111010 0 100 1111 1111 101101 11110 1001111

Color Harmonies of #DAD2BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD2BA

Black with #DAD2BA

Text Example


Text Example

White with #DAD2BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD2BA; }

 p { color: rgb(218,210,186); }

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

background-color css

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

 a { background-color: rgb(218,210,186); }

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

border-color css

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

 span { border-color: rgb(218,210,186); }

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