#DAFAD8

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

Shades of Tara #DAFAD8

Tints of Tara #DAFAD8

Color information

#DAFAD8 (or 0xDAFAD8) is unknown color: approx Tara. HEX triplet: DA, FA and D8. RGB value is (218,250,216). Sum of RGB (Red+Green+Blue) = 218+250+216=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 250 (98.05% from 255 or 36.55% from 684); Blue value is 216 (84.77% from 255 or 31.58% from 684); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD8 is #250527. Grayscale: #ECECEC. Windows color (decimal): -2426152 or 14219994. OLE color: 14219994.

HSL color Cylindrical-coordinate representation of color #DAFAD8: hue angle of 116.47º degrees, saturation: 0.77, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFAD8 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB218250216-
CMYK0.1300.140.02
HSL116.47º77.27%91.37%-
HSV(B)116.47º13.6%98.04%-
XYZ75.4988.2378.02-
YUV236.56116.4114.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 250 (98.05% from 255) = 36.55%
BLUE value IS 216 (84.77% from 255) = 31.58%
R=31.87%
G=36.55%
B=31.58%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502160.1300.140.02116.4777.2791.37
HexDAFAD8D0E2744d5b
Octal332372330150162164115133
Binary11011010111110101101100011010111010111010010011011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAD8; }

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

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

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

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

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

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

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

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