#DEFBDD

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

Shades of Tara #DEFBDD

Tints of Tara #DEFBDD

Color information

#DEFBDD (or 0xDEFBDD) is unknown color: approx Tara. HEX triplet: DE, FB and DD. RGB value is (222,251,221). Sum of RGB (Red+Green+Blue) = 222+251+221=694 (91% of max value = 765). Red value is 222 (87.11% from 255 or 31.99% from 694); Green value is 251 (98.44% from 255 or 36.17% from 694); Blue value is 221 (86.72% from 255 or 31.84% from 694); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBDD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEFBDD is #210422. Grayscale: #EFEFEF. Windows color (decimal): -2163747 or 14547934. OLE color: 14547934.

HSL color Cylindrical-coordinate representation of color #DEFBDD: hue angle of 118º degrees, saturation: 0.79, 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 #DEFBDD is Cyan = 0.12, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB222251221-
CMYK0.1200.120.02
HSL118º78.95%92.55%-
HSV(B)118º11.95%98.43%-
XYZ77.6789.7481.64-
YUV238.91117.89115.94-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 31.99%
GREEN value IS 251 (98.44% from 255) = 36.17%
BLUE value IS 221 (86.72% from 255) = 31.84%
R=31.99%
G=36.17%
B=31.84%

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
Decimal2222512210.1200.120.0211878.9592.55
HexDEFBDDC0C2764f5d
Octal336373335140142166117135
Binary11011110111110111101110111000110010111011010011111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEFBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEFBDD; }

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

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

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

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

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

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

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

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