#DEF9DC

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

Shades of Tara #DEF9DC

Tints of Tara #DEF9DC

Color information

#DEF9DC (or 0xDEF9DC) is unknown color: approx Tara. HEX triplet: DE, F9 and DC. RGB value is (222,249,220). Sum of RGB (Red+Green+Blue) = 222+249+220=691 (91% of max value = 765). Red value is 222 (87.11% from 255 or 32.13% from 691); Green value is 249 (97.66% from 255 or 36.03% from 691); Blue value is 220 (86.33% from 255 or 31.84% from 691); Max value from RGB is 249 - color contains mainly: green. Hex color #DEF9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF9DC is #210623. Grayscale: #EDEDED. Windows color (decimal): -2164260 or 14481886. OLE color: 14481886.

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

Color convert

RGB222249220-
CMYK0.1100.120.02
HSL115.86º70.73%91.96%-
HSV(B)115.86º11.65%97.65%-
XYZ76.9288.4580.73-
YUV237.62118.05116.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.13%
GREEN value IS 249 (97.66% from 255) = 36.03%
BLUE value IS 220 (86.33% from 255) = 31.84%
R=32.13%
G=36.03%
B=31.84%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222492200.1100.120.02115.8670.7391.96
HexDEF9DCB0C274475c
Octal336371334130142164107134
Binary11011110111110011101110010110110010111010010001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF9DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF9DC; }

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

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

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

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

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

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

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

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