#DAD3BB

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

Shades of Ecru White #DAD3BB

Tints of Ecru White #DAD3BB

Color information

#DAD3BB (or 0xDAD3BB) is unknown color: approx 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

RGB218211187-
CMYK00.030.140.15
HSL46.45º29.52%79.41%-
HSV(B)46.45º14.22%85.49%-
XYZ61.1865.0856.35-
YUV210.36114.82133.45-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821118700.030.140.1546.4529.5279.41
HexDAD3BB03EF2e1e4f
Octal3323232730316175636117
Binary11011010110100111011101101111101111101110111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>