#DAF2D8

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

Shades of Tara #DAF2D8

Tints of Tara #DAF2D8

Color information

#DAF2D8 (or 0xDAF2D8) is unknown color: approx Tara. HEX triplet: DA, F2 and D8. RGB value is (218,242,216). Sum of RGB (Red+Green+Blue) = 218+242+216=676 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.25% from 676); Green value is 242 (94.92% from 255 or 35.80% from 676); Blue value is 216 (84.77% from 255 or 31.95% from 676); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D8 is #250D27. Grayscale: #E7E7E7. Windows color (decimal): -2428200 or 14217946. OLE color: 14217946.

HSL color Cylindrical-coordinate representation of color #DAF2D8: hue angle of 115.38º degrees, saturation: 0.5, 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 #DAF2D8 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB218242216-
CMYK0.1000.110.05
HSL115.38º50%89.8%-
HSV(B)115.38º10.74%94.9%-
XYZ73.0683.3777.21-
YUV231.86119.05118.11-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.25%
GREEN value IS 242 (94.92% from 255) = 35.80%
BLUE value IS 216 (84.77% from 255) = 31.95%
R=32.25%
G=35.80%
B=31.95%

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
Decimal2182422160.1000.110.05115.385089.8
HexDAF2D8A0B573325a
Octal33236233012013516362132
Binary11011010111100101101100010100101110111100111100101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2D8; }

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

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

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

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

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

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

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

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