#DAF2D9

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

Shades of Tara #DAF2D9

Tints of Tara #DAF2D9

Color information

#DAF2D9 (or 0xDAF2D9) is unknown color: approx Tara. HEX triplet: DA, F2 and D9. RGB value is (218,242,217). Sum of RGB (Red+Green+Blue) = 218+242+217=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 242 (94.92% from 255 or 35.75% from 677); Blue value is 217 (85.16% from 255 or 32.05% from 677); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D9 is #250D26. Grayscale: #E8E8E8. Windows color (decimal): -2428199 or 14283482. OLE color: 14283482.

HSL color Cylindrical-coordinate representation of color #DAF2D9: hue angle of 117.6º degrees, saturation: 0.49, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF2D9 is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB218242217-
CMYK0.1000.100.05
HSL117.6º49.02%90%-
HSV(B)117.6º10.33%94.9%-
XYZ73.1983.4277.89-
YUV231.97119.55118.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 242 (94.92% from 255) = 35.75%
BLUE value IS 217 (85.16% from 255) = 32.05%
R=32.20%
G=35.75%
B=32.05%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422170.1000.100.05117.649.0290
HexDAF2D9A0A576315a
Octal33236233112012516661132
Binary11011010111100101101100110100101010111101101100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2D9; }

 p { color: rgb(218,242,217); }

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

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

 a { background-color: rgb(218,242,217); }

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

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

 span { border-color: rgb(218,242,217); }

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