#DFF2DC

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

Shades of Tara #DFF2DC

Tints of Tara #DFF2DC

Color information

#DFF2DC (or 0xDFF2DC) is unknown color: approx Tara. HEX triplet: DF, F2 and DC. RGB value is (223,242,220). Sum of RGB (Red+Green+Blue) = 223+242+220=685 (90% of max value = 765). Red value is 223 (87.5% from 255 or 32.55% from 685); Green value is 242 (94.92% from 255 or 35.33% from 685); Blue value is 220 (86.33% from 255 or 32.12% from 685); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2DC is #200D23. Grayscale: #E9E9E9. Windows color (decimal): -2100516 or 14480095. OLE color: 14480095.

HSL color Cylindrical-coordinate representation of color #DFF2DC: hue angle of 111.82º degrees, saturation: 0.46, 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 #DFF2DC is Cyan = 0.08, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.05.

Color convert

RGB223242220-
CMYK0.0800.090.05
HSL111.82º45.83%90.59%-
HSV(B)111.82º9.09%94.9%-
XYZ75.184.3680.03-
YUV233.81120.21120.29-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.55%
GREEN value IS 242 (94.92% from 255) = 35.33%
BLUE value IS 220 (86.33% from 255) = 32.12%
R=32.55%
G=35.33%
B=32.12%

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
Decimal2232422200.0800.090.05111.8245.8390.59
HexDFF2DC8095702e5b
Octal33736233410011516056133
Binary11011111111100101101110010000100110111100001011101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2DC; }

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

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

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

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

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

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

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

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