#DAD5BF

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

Shades of Ecru White #DAD5BF

Tints of Ecru White #DAD5BF

Color information

#DAD5BF (or 0xDAD5BF) is unknown color: approx Ecru White. HEX triplet: DA, D5 and BF. RGB value is (218,213,191). Sum of RGB (Red+Green+Blue) = 218+213+191=622 (82% of max value = 765). Red value is 218 (85.55% from 255 or 35.05% from 622); Green value is 213 (83.59% from 255 or 34.24% from 622); Blue value is 191 (75% from 255 or 30.71% from 622); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD5BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD5BF is #252A40. Grayscale: #D4D4D4. Windows color (decimal): -2435649 or 12572122. OLE color: 12572122.

HSL color Cylindrical-coordinate representation of color #DAD5BF: hue angle of 48.89º 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 #DAD5BF is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB218213191-
CMYK00.020.120.15
HSL48.89º26.73%80.2%-
HSV(B)48.89º12.39%85.49%-
XYZ62.1166.2658.81-
YUV211.99116.16132.29-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.05%
GREEN value IS 213 (83.59% from 255) = 34.24%
BLUE value IS 191 (75% from 255) = 30.71%
R=35.05%
G=34.24%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821319100.020.120.1548.8926.7380.2
HexDAD5BF02CF311b50
Octal3323252770214176133120
Binary11011010110101011011111101011001111110001110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD5BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD5BF; }

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

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

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

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

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

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

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

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