#DEFBDE

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

Shades of Tara #DEFBDE

Tints of Tara #DEFBDE

Color information

#DEFBDE (or 0xDEFBDE) is unknown color: approx Tara. HEX triplet: DE, FB and DE. RGB value is (222,251,222). Sum of RGB (Red+Green+Blue) = 222+251+222=695 (92% of max value = 765). Red value is 222 (87.11% from 255 or 31.94% from 695); Green value is 251 (98.44% from 255 or 36.12% from 695); Blue value is 222 (87.11% from 255 or 31.94% from 695); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBDE is #210421. Grayscale: #EFEFEF. Windows color (decimal): -2163746 or 14613470. OLE color: 14613470.

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

Color convert

RGB222251222-
CMYK0.1200.120.02
HSL120º78.38%92.75%-
HSV(B)120º11.55%98.43%-
XYZ77.8189.882.34-
YUV239.02118.39115.86-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.94%
GREEN value IS 251 (98.44% from 255) = 36.12%
BLUE value IS 222 (87.11% from 255) = 31.94%
R=31.94%
G=36.12%
B=31.94%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2222512220.1200.120.0212078.3892.75
HexDEFBDEC0C2784e5d
Octal336373336140142170116135
Binary11011110111110111101111011000110010111100010011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBDE; }

 p { color: rgb(222,251,222); }

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

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

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

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

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

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

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