Html Css Color HEX #DAD3BB Ecru White

📋 copy color: '#DAD3BB'

red 218 ◦ green 211 ◦ blue 187

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

Shades of Ecru White #DAD3BB

Tints of Ecru White #DAD3BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 30.36%

R = 35.39%
G = 34.25%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.14

 K value IS 0.15

RGB Variations

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

Color information

#DAD3BB (or 0xDAD3BB) is known color: Ecru White. HEX triplet: DA, D3 and BB. RGB value is (218,211,187). Sum of RGB (Red+Green+Blue) = 218+211+187=616 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.39% from 616); Green value is 211 (82.81% from 255 or 34.25% from 616); Blue value is 187 (73.44% from 255 or 30.36% from 616); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD3BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD3BB is #252C44. Grayscale: #D2D2D2. Windows color (decimal): -2436165 or 12309466. OLE color: 12309466.

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

Color convert

RGB 218 211 187 -
CMYK 0 0.03 0.14 0.15
HSL 46.45º 0.3% 0.79% -
HSV(B) 46.45º 0.14% 0.85% -
XYZ 61.18 65.08 56.35 -
YUV 210.36 114.82 133.45 -
System Red Green Blue C M Y K H S L
Decimal 218 211 187 0 0.03 0.14 0.15 46.45 0.3 0.79
Hex DA D3 BB 0 3 E F 2E 1E 4F
Octal 332 323 273 0 3 16 17 56 36 117
Binary 11011010 11010011 10111011 0 11 1110 1111 101110 11110 1001111

Color Harmonies of #DAD3BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAD3BB

Black with #DAD3BB

Text Example


Text Example

White with #DAD3BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAD3BB; }

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

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

background-color css

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

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

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

border-color css

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

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

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