#DAD2BF

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

Shades of Ecru White #DAD2BF

Tints of Ecru White #DAD2BF

Color information

#DAD2BF (or 0xDAD2BF) is unknown color: approx Ecru White. HEX triplet: DA, D2 and BF. RGB value is (218,210,191). Sum of RGB (Red+Green+Blue) = 218+210+191=619 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.22% from 619); Green value is 210 (82.42% from 255 or 33.93% from 619); Blue value is 191 (75% from 255 or 30.86% from 619); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2BF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2BF is #252D40. Grayscale: #D2D2D2. Windows color (decimal): -2436417 or 12571354. OLE color: 12571354.

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

Color convert

RGB218210191-
CMYK00.040.120.15
HSL42.22º26.73%80.2%-
HSV(B)42.22º12.39%85.49%-
XYZ61.3664.7658.56-
YUV210.23117.15133.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.22%
GREEN value IS 210 (82.42% from 255) = 33.93%
BLUE value IS 191 (75% from 255) = 30.86%
R=35.22%
G=33.93%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821019100.040.120.1542.2226.7380.2
HexDAD2BF04CF2a1b50
Octal3323222770414175233120
Binary110110101101001010111111010011001111101010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2BF; }

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

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

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

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

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

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

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

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