#DAFBD7

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

Shades of Tara #DAFBD7

Tints of Tara #DAFBD7

Color information

#DAFBD7 (or 0xDAFBD7) is unknown color: approx Tara. HEX triplet: DA, FB and D7. RGB value is (218,251,215). Sum of RGB (Red+Green+Blue) = 218+251+215=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 251 (98.44% from 255 or 36.70% from 684); Blue value is 215 (84.38% from 255 or 31.43% from 684); Max value from RGB is 251 - color contains mainly: green. Hex color #DAFBD7 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFBD7 is #250428. Grayscale: #EDEDED. Windows color (decimal): -2425897 or 14154714. OLE color: 14154714.

HSL color Cylindrical-coordinate representation of color #DAFBD7: hue angle of 115º degrees, saturation: 0.82, 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 #DAFBD7 is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB218251215-
CMYK0.1300.140.02
HSL115º81.82%91.37%-
HSV(B)115º14.34%98.43%-
XYZ75.6888.8177.44-
YUV237.03115.57114.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 251 (98.44% from 255) = 36.70%
BLUE value IS 215 (84.38% from 255) = 31.43%
R=31.87%
G=36.70%
B=31.43%

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
Decimal2182512150.1300.140.0211581.8291.37
HexDAFBD7D0E273525b
Octal332373327150162163122133
Binary11011010111110111101011111010111010111001110100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFBD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFBD7; }

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

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

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

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

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

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

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

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