#DEFCDA

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

Shades of Tara #DEFCDA

Tints of Tara #DEFCDA

Color information

#DEFCDA (or 0xDEFCDA) is unknown color: approx Tara. HEX triplet: DE, FC and DA. RGB value is (222,252,218). Sum of RGB (Red+Green+Blue) = 222+252+218=692 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.08% from 692); Green value is 252 (98.83% from 255 or 36.42% from 692); Blue value is 218 (85.55% from 255 or 31.50% from 692); Max value from RGB is 252 - color contains mainly: green. Hex color #DEFCDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFCDA is #210325. Grayscale: #EFEFEF. Windows color (decimal): -2163494 or 14351582. OLE color: 14351582.

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

Color convert

RGB222252218-
CMYK0.1200.130.01
HSL112.94º85%92.16%-
HSV(B)112.94º13.49%98.82%-
XYZ77.5990.2179.65-
YUV239.15116.06115.76-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.08%
GREEN value IS 252 (98.83% from 255) = 36.42%
BLUE value IS 218 (85.55% from 255) = 31.50%
R=32.08%
G=36.42%
B=31.50%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2222522180.1200.130.01112.948592.16
HexDEFCDAC0D171555c
Octal336374332140151161125134
Binary1101111011111100110110101100011011111000110101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFCDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFCDA; }

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

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

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

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

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

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

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

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