#DAD2BB

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

Shades of Ecru White #DAD2BB

Tints of Ecru White #DAD2BB

Color information

#DAD2BB (or 0xDAD2BB) is unknown color: approx Ecru White. HEX triplet: DA, D2 and BB. RGB value is (218,210,187). Sum of RGB (Red+Green+Blue) = 218+210+187=615 (81% of max value = 765). Red value is 218 (85.55% from 255 or 35.45% from 615); Green value is 210 (82.42% from 255 or 34.15% from 615); Blue value is 187 (73.44% from 255 or 30.41% from 615); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD2BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD2BB is #252D44. Grayscale: #D1D1D1. Windows color (decimal): -2436421 or 12309210. OLE color: 12309210.

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

Color convert

RGB218210187-
CMYK00.040.140.15
HSL44.52º29.52%79.41%-
HSV(B)44.52º14.22%85.49%-
XYZ60.9364.5956.27-
YUV209.77115.15133.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 35.45%
GREEN value IS 210 (82.42% from 255) = 34.15%
BLUE value IS 187 (73.44% from 255) = 30.41%
R=35.45%
G=34.15%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821018700.040.140.1544.5229.5279.41
HexDAD2BB04EF2d1e4f
Octal3323222730416175536117
Binary110110101101001010111011010011101111101101111101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD2BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD2BB; }

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

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

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

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

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

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

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

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