#DAFFD8

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

Shades of Tara #DAFFD8

Tints of Tara #DAFFD8

Color information

#DAFFD8 (or 0xDAFFD8) is unknown color: approx Tara. HEX triplet: DA, FF and D8. RGB value is (218,255,216). Sum of RGB (Red+Green+Blue) = 218+255+216=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 255 (100% from 255 or 37.01% from 689); Blue value is 216 (84.77% from 255 or 31.35% from 689); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD8 is #250027. Grayscale: #EFEFEF. Windows color (decimal): -2424872 or 14221274. OLE color: 14221274.

HSL color Cylindrical-coordinate representation of color #DAFFD8: hue angle of 116.92º degrees, saturation: 1, lightness: 0.92%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #DAFFD8 is Cyan = 0.15, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB218255216-
CMYK0.1500.150
HSL116.92º100%92.35%-
HSV(B)116.92º15.29%100%-
XYZ77.0791.3878.54-
YUV239.49114.74112.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.64%
GREEN value IS 255 (100% from 255) = 37.01%
BLUE value IS 216 (84.77% from 255) = 31.35%
R=31.64%
G=37.01%
B=31.35%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552160.1500.150116.9210092.35
HexDAFFD8F0F075645c
Octal332377330170170165144134
Binary1101101011111111110110001111011110111010111001001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFD8; }

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

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

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

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

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

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

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

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