#DEFDDA

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

Shades of Tara #DEFDDA

Tints of Tara #DEFDDA

Color information

#DEFDDA (or 0xDEFDDA) is unknown color: approx Tara. HEX triplet: DE, FD and DA. RGB value is (222,253,218). Sum of RGB (Red+Green+Blue) = 222+253+218=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 253 (99.22% from 255 or 36.51% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 253 - color contains mainly: green. Hex color #DEFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFDDA is #210225. Grayscale: #EFEFEF. Windows color (decimal): -2163238 or 14351838. OLE color: 14351838.

HSL color Cylindrical-coordinate representation of color #DEFDDA: hue angle of 113.14º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DEFDDA is Cyan = 0.12, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB222253218-
CMYK0.1200.140.01
HSL113.14º89.74%92.35%-
HSV(B)113.14º13.83%99.22%-
XYZ77.990.8479.76-
YUV239.74115.73115.35-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 253 (99.22% from 255) = 36.51%
BLUE value IS 218 (85.55% from 255) = 31.46%
R=32.03%
G=36.51%
B=31.46%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222532180.1200.140.01113.1489.7492.35
HexDEFDDAC0E1715a5c
Octal336375332140161161132134
Binary1101111011111101110110101100011101111000110110101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFDDA; }

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

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

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

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

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

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

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

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