#DEF6DF

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

Shades of Tara #DEF6DF

Tints of Tara #DEF6DF

Color information

#DEF6DF (or 0xDEF6DF) is unknown color: approx Tara. HEX triplet: DE, F6 and DF. RGB value is (222,246,223). Sum of RGB (Red+Green+Blue) = 222+246+223=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 246 (96.48% from 255 or 35.60% from 691); Blue value is 223 (87.5% from 255 or 32.27% from 691); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6DF is #210920. Grayscale: #ECECEC. Windows color (decimal): -2165025 or 14677726. OLE color: 14677726.

HSL color Cylindrical-coordinate representation of color #DEF6DF: hue angle of 122.5º degrees, saturation: 0.57, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF6DF is Cyan = 0.10, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB222246223-
CMYK0.1000.090.04
HSL122.5º57.14%91.76%-
HSV(B)122.5º9.76%96.47%-
XYZ76.486.7782.53-
YUV236.2120.55117.87-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 246 (96.48% from 255) = 35.60%
BLUE value IS 223 (87.5% from 255) = 32.27%
R=32.13%
G=35.60%
B=32.27%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222462230.1000.090.04122.557.1491.76
HexDEF6DFA0947a395c
Octal33636633712011417271134
Binary11011110111101101101111110100100110011110101110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6DF; }

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

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

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

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

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

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

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

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