#DEF6DC

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

Shades of Tara #DEF6DC

Tints of Tara #DEF6DC

Color information

#DEF6DC (or 0xDEF6DC) is unknown color: approx Tara. HEX triplet: DE, F6 and DC. RGB value is (222,246,220). Sum of RGB (Red+Green+Blue) = 222+246+220=688 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.27% from 688); Green value is 246 (96.48% from 255 or 35.76% from 688); Blue value is 220 (86.33% from 255 or 31.98% from 688); Max value from RGB is 246 - color contains mainly: green. Hex color #DEF6DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF6DC is #210923. Grayscale: #EBEBEB. Windows color (decimal): -2165028 or 14481118. OLE color: 14481118.

HSL color Cylindrical-coordinate representation of color #DEF6DC: hue angle of 115.38º degrees, saturation: 0.59, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DEF6DC is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.04.

Color convert

RGB222246220-
CMYK0.1000.110.04
HSL115.38º59.09%91.37%-
HSV(B)115.38º10.57%96.47%-
XYZ7686.6180.42-
YUV235.86119.05118.11-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.27%
GREEN value IS 246 (96.48% from 255) = 35.76%
BLUE value IS 220 (86.33% from 255) = 31.98%
R=32.27%
G=35.76%
B=31.98%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2222462200.1000.110.04115.3859.0991.37
HexDEF6DCA0B4733b5b
Octal33636633412013416373133
Binary11011110111101101101110010100101110011100111110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF6DC; }

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

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

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

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

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

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

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

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