#DAF2D7

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

Shades of Tara #DAF2D7

Tints of Tara #DAF2D7

Color information

#DAF2D7 (or 0xDAF2D7) is unknown color: approx Tara. HEX triplet: DA, F2 and D7. RGB value is (218,242,215). Sum of RGB (Red+Green+Blue) = 218+242+215=675 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.30% from 675); Green value is 242 (94.92% from 255 or 35.85% from 675); Blue value is 215 (84.38% from 255 or 31.85% from 675); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D7 is #250D28. Grayscale: #E7E7E7. Windows color (decimal): -2428201 or 14152410. OLE color: 14152410.

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

Color convert

RGB218242215-
CMYK0.1000.110.05
HSL113.33º50.94%89.61%-
HSV(B)113.33º11.16%94.9%-
XYZ72.9383.3276.53-
YUV231.75118.55118.2-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.30%
GREEN value IS 242 (94.92% from 255) = 35.85%
BLUE value IS 215 (84.38% from 255) = 31.85%
R=32.30%
G=35.85%
B=31.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422150.1000.110.05113.3350.9489.61
HexDAF2D7A0B571335a
Octal33236232712013516163132
Binary11011010111100101101011110100101110111100011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2D7; }

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

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

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

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

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

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

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

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