Html Css Color HEX #DAF1DA Tara

📋 copy color: '#DAF1DA'

red 218 ◦ green 241 ◦ blue 218

#DAF1DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tara #DAF1DA

Tints of Tara #DAF1DA

RGB

 RED value IS 218 (85.55% from 255) = 32.2%

 GREEN value IS 241 (94.53% from 255) = 35.6%

 BLUE value IS 218 (85.55% from 255) = 32.2%

R = 32.2%
G = 35.6%
B = 32.2%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DAF1DA (or 0xDAF1DA) is known color: Tara. HEX triplet: DA, F1 and DA. RGB value is (218,241,218). Sum of RGB (Red+Green+Blue) = 218+241+218=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 241 (94.53% from 255 or 35.60% from 677); Blue value is 218 (85.55% from 255 or 32.20% from 677); Max value from RGB is 241 - color contains mainly: green. Hex color #DAF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF1DA is #250E25. Grayscale: #E7E7E7. Windows color (decimal): -2428454 or 14348762. OLE color: 14348762.

HSL color Cylindrical-coordinate representation of color #DAF1DA: hue angle of 120º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAF1DA is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 218 241 218 -
CMYK 0.10 0 0.10 0.05
HSL 120º 0.45% 0.9% -
HSV(B) 120º 0.1% 0.95% -
XYZ 73.02 82.88 78.48 -
YUV 231.5 120.38 118.37 -
System Red Green Blue C M Y K H S L
Decimal 218 241 218 0.10 0 0.10 0.05 120 0.45 0.9
Hex DA F1 DA A 0 A 5 78 2D 5A
Octal 332 361 332 12 0 12 5 170 55 132
Binary 11011010 11110001 11011010 1010 0 1010 101 1111000 101101 1011010

Color Harmonies of #DAF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF1DA

Black with #DAF1DA

Text Example


Text Example

White with #DAF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF1DA; }

 p { color: rgb(218,241,218); }

 H1.HeaderClassName
 {
   color: #DAF1DA;
 }
 .AnyTagClassName
 {
   color: #DAF1DA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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