#DEF8DF

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

Shades of Tara #DEF8DF

Tints of Tara #DEF8DF

Color information

#DEF8DF (or 0xDEF8DF) is unknown color: approx Tara. HEX triplet: DE, F8 and DF. RGB value is (222,248,223). Sum of RGB (Red+Green+Blue) = 222+248+223=693 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.03% from 693); Green value is 248 (97.27% from 255 or 35.79% from 693); Blue value is 223 (87.5% from 255 or 32.18% from 693); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8DF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF8DF is #210720. Grayscale: #EDEDED. Windows color (decimal): -2164513 or 14678238. OLE color: 14678238.

HSL color Cylindrical-coordinate representation of color #DEF8DF: hue angle of 122.31º degrees, saturation: 0.65, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DEF8DF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB222248223-
CMYK0.1000.100.03
HSL122.31º65%92.16%-
HSV(B)122.31º10.48%97.25%-
XYZ77.0187.9982.74-
YUV237.38119.89117.03-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.03%
GREEN value IS 248 (97.27% from 255) = 35.79%
BLUE value IS 223 (87.5% from 255) = 32.18%
R=32.03%
G=35.79%
B=32.18%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2222482230.1000.100.03122.316592.16
HexDEF8DFA0A37a415c
Octal336370337120123172101134
Binary11011110111110001101111110100101011111101010000011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF8DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF8DF; }

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

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

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

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

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

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

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

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