#DEF1DD

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

Shades of Tara #DEF1DD

Tints of Tara #DEF1DD

Color information

#DEF1DD (or 0xDEF1DD) is unknown color: approx Tara. HEX triplet: DE, F1 and DD. RGB value is (222,241,221). Sum of RGB (Red+Green+Blue) = 222+241+221=684 (90% of max value = 765). Red value is 222 (87.11% from 255 or 32.46% from 684); Green value is 241 (94.53% from 255 or 35.23% from 684); Blue value is 221 (86.72% from 255 or 32.31% from 684); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DEF1DD is #210E22. Grayscale: #E9E9E9. Windows color (decimal): -2166307 or 14545374. OLE color: 14545374.

HSL color Cylindrical-coordinate representation of color #DEF1DD: hue angle of 117º degrees, saturation: 0.42, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DEF1DD is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.

Color convert

RGB222241221-
CMYK0.0800.080.05
HSL117º41.67%90.59%-
HSV(B)117º8.3%94.51%-
XYZ74.6383.6680.62-
YUV233.04121.21120.13-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 32.46%
GREEN value IS 241 (94.53% from 255) = 35.23%
BLUE value IS 221 (86.72% from 255) = 32.31%
R=32.46%
G=35.23%
B=32.31%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2222412210.0800.080.0511741.6790.59
HexDEF1DD8085752a5b
Octal33636133510010516552133
Binary11011110111100011101110110000100010111101011010101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEF1DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEF1DD; }

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

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

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

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

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

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

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

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