#DFFADE

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

Shades of Tara #DFFADE

Tints of Tara #DFFADE

Color information

#DFFADE (or 0xDFFADE) is unknown color: approx Tara. HEX triplet: DF, FA and DE. RGB value is (223,250,222). Sum of RGB (Red+Green+Blue) = 223+250+222=695 (92% of max value = 765). Red value is 223 (87.5% from 255 or 32.09% from 695); Green value is 250 (98.05% from 255 or 35.97% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 250 - color contains mainly: green. Hex color #DFFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFFADE is #200521. Grayscale: #EEEEEE. Windows color (decimal): -2098466 or 14613215. OLE color: 14613215.

HSL color Cylindrical-coordinate representation of color #DFFADE: hue angle of 117.86º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DFFADE is Cyan = 0.11, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB223250222-
CMYK0.1100.110.02
HSL117.86º73.68%92.55%-
HSV(B)117.86º11.2%98.04%-
XYZ77.889.3382.25-
YUV238.74118.55116.78-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.09%
GREEN value IS 250 (98.05% from 255) = 35.97%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=32.09%
G=35.97%
B=31.94%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2232502220.1100.110.02117.8673.6892.55
HexDFFADEB0B2764a5d
Octal337372336130132166112135
Binary11011111111110101101111010110101110111011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFFADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFFADE; }

 p { color: rgb(223,250,222); }

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

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

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

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

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

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

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