#DEFADD

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

Shades of Tara #DEFADD

Tints of Tara #DEFADD

Color information

#DEFADD (or 0xDEFADD) is unknown color: approx Tara. HEX triplet: DE, FA and DD. RGB value is (222,250,221). Sum of RGB (Red+Green+Blue) = 222+250+221=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 221 (86.72% from 255 or 31.89% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFADD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFADD is #210522. Grayscale: #EEEEEE. Windows color (decimal): -2164003 or 14547678. OLE color: 14547678.

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

Color convert

RGB222250221-
CMYK0.1100.120.02
HSL117.93º74.36%92.35%-
HSV(B)117.93º11.6%98.04%-
XYZ77.3689.1281.53-
YUV238.32118.22116.36-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 250 (98.05% from 255) = 36.08%
BLUE value IS 221 (86.72% from 255) = 31.89%
R=32.03%
G=36.08%
B=31.89%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222502210.1100.120.02117.9374.3692.35
HexDEFADDB0C2764a5c
Octal336372335130142166112134
Binary11011110111110101101110110110110010111011010010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFADD; }

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

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

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

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

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

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

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

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