#DEF9DF

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

Shades of Tara #DEF9DF

Tints of Tara #DEF9DF

Color information

#DEF9DF (or 0xDEF9DF) is unknown color: approx Tara. HEX triplet: DE, F9 and DF. RGB value is (222,249,223). Sum of RGB (Red+Green+Blue) = 222+249+223=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 249 (97.66% from 255 or 35.88% from 694); Blue value is 223 (87.5% from 255 or 32.13% from 694); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9DF is #210620. Grayscale: #EEEEEE. Windows color (decimal): -2164257 or 14678494. OLE color: 14678494.

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

Color convert

RGB222249223-
CMYK0.1100.100.02
HSL122.22º69.23%92.35%-
HSV(B)122.22º10.84%97.65%-
XYZ77.3288.6182.84-
YUV237.96119.55116.61-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 249 (97.66% from 255) = 35.88%
BLUE value IS 223 (87.5% from 255) = 32.13%
R=31.99%
G=35.88%
B=32.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492230.1100.100.02122.2269.2392.35
HexDEF9DFB0A27a455c
Octal336371337130122172105134
Binary11011110111110011101111110110101010111101010001011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9DF; }

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

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

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

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

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

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

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

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