#DAD6C5

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

Shades of Ecru White #DAD6C5

Tints of Ecru White #DAD6C5

Color information

#DAD6C5 (or 0xDAD6C5) is unknown color: approx Ecru White. HEX triplet: DA, D6 and C5. RGB value is (218,214,197). Sum of RGB (Red+Green+Blue) = 218+214+197=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 214 (83.98% from 255 or 34.02% from 629); Blue value is 197 (77.34% from 255 or 31.32% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DAD6C5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DAD6C5 is #25293A. Grayscale: #D5D5D5. Windows color (decimal): -2435387 or 12965594. OLE color: 12965594.

HSL color Cylindrical-coordinate representation of color #DAD6C5: hue angle of 48.57º degrees, saturation: 0.22, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAD6C5 is Cyan = 0, Magento = 0.02, Yellow = 0.10 and Black (K on CMYK) = 0.15.

Color convert

RGB218214197-
CMYK00.020.100.15
HSL48.57º22.11%81.37%-
HSV(B)48.57º9.63%85.49%-
XYZ63.0467.0362.44-
YUV213.26118.83131.38-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 214 (83.98% from 255) = 34.02%
BLUE value IS 197 (77.34% from 255) = 31.32%
R=34.66%
G=34.02%
B=31.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.10
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21821419700.020.100.1548.5722.1181.37
HexDAD6C502AF311651
Octal3323263050212176126121
Binary11011010110101101100010101010101111110001101101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAD6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAD6C5; }

 p { color: rgb(218,214,197); }

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

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

 a { background-color: rgb(218,214,197); }

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

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

 span { border-color: rgb(218,214,197); }

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