#DAFBD9

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

Shades of Tara #DAFBD9

Tints of Tara #DAFBD9

Color information

#DAFBD9 (or 0xDAFBD9) is unknown color: approx Tara. HEX triplet: DA, FB and D9. RGB value is (218,251,217). Sum of RGB (Red+Green+Blue) = 218+251+217=686 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.78% from 686); Green value is 251 (98.44% from 255 or 36.59% from 686); Blue value is 217 (85.16% from 255 or 31.63% from 686); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD9 is #250426. Grayscale: #EDEDED. Windows color (decimal): -2425895 or 14285786. OLE color: 14285786.

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

Color convert

RGB218251217-
CMYK0.1300.140.02
HSL118.24º80.95%91.76%-
HSV(B)118.24º13.55%98.43%-
XYZ75.9488.9178.8-
YUV237.26116.57114.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.78%
GREEN value IS 251 (98.44% from 255) = 36.59%
BLUE value IS 217 (85.16% from 255) = 31.63%
R=31.78%
G=36.59%
B=31.63%

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
Decimal2182512170.1300.140.02118.2480.9591.76
HexDAFBD9D0E276515c
Octal332373331150162166121134
Binary11011010111110111101100111010111010111011010100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBD9; }

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

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

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

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

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

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

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

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