#DAD5BE

Color #DAD5BE Ecru White (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ecru White #DAD5BE

Tints of Ecru White #DAD5BE

Color information

#DAD5BE (or 0xDAD5BE) is unknown color: approx Ecru White. HEX triplet: DA, D5 and BE. RGB value is (218,213,190). Sum of RGB (Red+Green+Blue) = 218+213+190=621 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.10% from 621); Green value is 213 (83.59% from 255 or 34.30% from 621); Blue value is 190 (74.61% from 255 or 30.60% from 621); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5BE is #252A41. Grayscale: #D3D3D3. Windows color (decimal): -2435650 or 12506586. OLE color: 12506586.

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

Color convert

RGB218213190-
CMYK00.020.130.15
HSL49.29º27.45%80%-
HSV(B)49.29º12.84%85.49%-
XYZ6266.2158.23-
YUV211.87115.66132.37-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.10%
GREEN value IS 213 (83.59% from 255) = 34.30%
BLUE value IS 190 (74.61% from 255) = 30.60%
R=35.10%
G=34.30%
B=30.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821319000.020.130.1549.2927.4580
HexDAD5BE02DF311b50
Octal3323252760215176133120
Binary11011010110101011011111001011011111110001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5BE; }

 p { color: rgb(218,213,190); }

 H1.HeaderClassName
 {
   color: #DAD5BE;
 }
 .AnyTagClassName
 {
   color: #DAD5BE;
 }
</style>
background-color css

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

 a { background-color: rgb(218,213,190); }

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

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

 span { border-color: rgb(218,213,190); }

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