#DFF2DD

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

Shades of Tara #DFF2DD

Tints of Tara #DFF2DD

Color information

#DFF2DD (or 0xDFF2DD) is unknown color: approx Tara. HEX triplet: DF, F2 and DD. RGB value is (223,242,221). Sum of RGB (Red+Green+Blue) = 223+242+221=686 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.51% from 686); Green value is 242 (94.92% from 255 or 35.28% from 686); Blue value is 221 (86.72% from 255 or 32.22% from 686); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DD is #200D22. Grayscale: #E9E9E9. Windows color (decimal): -2100515 or 14545631. OLE color: 14545631.

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

Color convert

RGB223242221-
CMYK0.0800.090.05
HSL114.29º44.68%90.78%-
HSV(B)114.29º8.68%94.9%-
XYZ75.2384.4180.73-
YUV233.92120.71120.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.51%
GREEN value IS 242 (94.92% from 255) = 35.28%
BLUE value IS 221 (86.72% from 255) = 32.22%
R=32.51%
G=35.28%
B=32.22%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422210.0800.090.05114.2944.6890.78
HexDFF2DD8095722d5b
Octal33736233510011516255133
Binary11011111111100101101110110000100110111100101011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2DD; }

 p { color: rgb(223,242,221); }

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

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

 a { background-color: rgb(223,242,221); }

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

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

 span { border-color: rgb(223,242,221); }

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