#DFEADF

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

Shades of Tara #DFEADF

Tints of Tara #DFEADF

Color information

#DFEADF (or 0xDFEADF) is unknown color: approx Tara. HEX triplet: DF, EA and DF. RGB value is (223,234,223). Sum of RGB (Red+Green+Blue) = 223+234+223=680 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.79% from 680); Green value is 234 (91.80% from 255 or 34.41% from 680); Blue value is 223 (87.5% from 255 or 32.79% from 680); Max value from RGB is 234 - color contains mainly: green. Hex color #DFEADF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFEADF is #201520. Grayscale: #E5E5E5. Windows color (decimal): -2102561 or 14674655. OLE color: 14674655.

HSL color Cylindrical-coordinate representation of color #DFEADF: hue angle of 120º degrees, saturation: 0.21, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DFEADF is Cyan = 0.05, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.08.

Color convert

RGB223234223-
CMYK0.0500.050.08
HSL120º20.75%89.61%-
HSV(B)120º4.7%91.76%-
XYZ73.1779.8681.37-
YUV229.46124.36123.39-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.79%
GREEN value IS 234 (91.80% from 255) = 34.41%
BLUE value IS 223 (87.5% from 255) = 32.79%
R=32.79%
G=34.41%
B=32.79%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2232342230.0500.050.0812020.7589.61
HexDFEADF505878155a
Octal3373523375051017025132
Binary110111111110101011011111101010110001111000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFEADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFEADF; }

 p { color: rgb(223,234,223); }

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

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

 a { background-color: rgb(223,234,223); }

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

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

 span { border-color: rgb(223,234,223); }

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