#DFE9DF

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

Shades of Tara #DFE9DF

Tints of Tara #DFE9DF

Color information

#DFE9DF (or 0xDFE9DF) is unknown color: approx Tara. HEX triplet: DF, E9 and DF. RGB value is (223,233,223). Sum of RGB (Red+Green+Blue) = 223+233+223=679 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.84% from 679); Green value is 233 (91.41% from 255 or 34.32% from 679); Blue value is 223 (87.5% from 255 or 32.84% from 679); Max value from RGB is 233 - color contains mainly: green. Hex color #DFE9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFE9DF is #201620. Grayscale: #E4E4E4. Windows color (decimal): -2102817 or 14674399. OLE color: 14674399.

HSL color Cylindrical-coordinate representation of color #DFE9DF: hue angle of 120º degrees, saturation: 0.19, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #DFE9DF is Cyan = 0.04, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB223233223-
CMYK0.0400.040.09
HSL120º18.52%89.41%-
HSV(B)120º4.29%91.37%-
XYZ72.8979.2981.28-
YUV228.87124.69123.81-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.84%
GREEN value IS 233 (91.41% from 255) = 34.32%
BLUE value IS 223 (87.5% from 255) = 32.84%
R=32.84%
G=34.32%
B=32.84%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2232332230.0400.040.0912018.5289.41
HexDFE9DF4049781359
Octal3373513374041117023131
Binary110111111110100111011111100010010011111000100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFE9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFE9DF; }

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

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

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

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

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

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

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

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