#DEFADA

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

Shades of Tara #DEFADA

Tints of Tara #DEFADA

Color information

#DEFADA (or 0xDEFADA) is unknown color: approx Tara. HEX triplet: DE, FA and DA. RGB value is (222,250,218). Sum of RGB (Red+Green+Blue) = 222+250+218=690 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.17% from 690); Green value is 250 (98.05% from 255 or 36.23% from 690); Blue value is 218 (85.55% from 255 or 31.59% from 690); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFADA is #210525. Grayscale: #EEEEEE. Windows color (decimal): -2164006 or 14351070. OLE color: 14351070.

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

Color convert

RGB222250218-
CMYK0.1100.130.02
HSL112.5º76.19%91.76%-
HSV(B)112.5º12.8%98.04%-
XYZ76.9688.9679.44-
YUV237.98116.72116.6-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.17%
GREEN value IS 250 (98.05% from 255) = 36.23%
BLUE value IS 218 (85.55% from 255) = 31.59%
R=32.17%
G=36.23%
B=31.59%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502180.1100.130.02112.576.1991.76
HexDEFADAB0D2704c5c
Octal336372332130152160114134
Binary11011110111110101101101010110110110111000010011001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFADA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFADA; }

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

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

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

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

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

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

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

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