Html Css Color HEX #DAF6D9 Tara

📋 copy color: '#DAF6D9'

red 218 ◦ green 246 ◦ blue 217

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

Shades of Tara #DAF6D9

Tints of Tara #DAF6D9

RGB

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

 GREEN value IS 246 (96.48% from 255) = 36.12%

 BLUE value IS 217 (85.16% from 255) = 31.86%

R = 32.01%
G = 36.12%
B = 31.86%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.12

 K value IS 0.04

RGB Variations

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

Color information

#DAF6D9 (or 0xDAF6D9) is known color: Tara. HEX triplet: DA, F6 and D9. RGB value is (218,246,217). Sum of RGB (Red+Green+Blue) = 218+246+217=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 246 (96.48% from 255 or 36.12% from 681); Blue value is 217 (85.16% from 255 or 31.86% from 681); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6D9 is #250926. Grayscale: #EAEAEA. Windows color (decimal): -2427175 or 14284506. OLE color: 14284506.

HSL color Cylindrical-coordinate representation of color #DAF6D9: hue angle of 117.93º degrees, saturation: 0.62, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF6D9 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 217 -
CMYK 0.11 0 0.12 0.04
HSL 117.93º 0.62% 0.91% -
HSV(B) 117.93º 0.12% 0.96% -
XYZ 74.39 85.83 78.29 -
YUV 234.32 118.22 116.36 -
System Red Green Blue C M Y K H S L
Decimal 218 246 217 0.11 0 0.12 0.04 117.93 0.62 0.91
Hex DA F6 D9 B 0 C 4 76 3E 5B
Octal 332 366 331 13 0 14 4 166 76 133
Binary 11011010 11110110 11011001 1011 0 1100 100 1110110 111110 1011011

Color Harmonies of #DAF6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6D9

Black with #DAF6D9

Text Example


Text Example

White with #DAF6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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