Html Css Color HEX #DAEFD9 Tara

📋 copy color: '#DAEFD9'

red 218 ◦ green 239 ◦ blue 217

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

Shades of Tara #DAEFD9

Tints of Tara #DAEFD9

RGB

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

 GREEN value IS 239 (93.75% from 255) = 35.46%

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

R = 32.34%
G = 35.46%
B = 32.2%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#DAEFD9 (or 0xDAEFD9) is known color: Tara. HEX triplet: DA, EF and D9. RGB value is (218,239,217). Sum of RGB (Red+Green+Blue) = 218+239+217=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 239 (93.75% from 255 or 35.46% from 674); Blue value is 217 (85.16% from 255 or 32.20% from 674); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD9 is #251026. Grayscale: #E6E6E6. Windows color (decimal): -2428967 or 14282714. OLE color: 14282714.

HSL color Cylindrical-coordinate representation of color #DAEFD9: hue angle of 117.27º degrees, saturation: 0.41, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #DAEFD9 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB 218 239 217 -
CMYK 0.09 0 0.09 0.06
HSL 117.27º 0.41% 0.89% -
HSV(B) 117.27º 0.09% 0.94% -
XYZ 72.3 81.65 77.59 -
YUV 230.21 120.54 119.29 -
System Red Green Blue C M Y K H S L
Decimal 218 239 217 0.09 0 0.09 0.06 117.27 0.41 0.89
Hex DA EF D9 9 0 9 6 75 29 59
Octal 332 357 331 11 0 11 6 165 51 131
Binary 11011010 11101111 11011001 1001 0 1001 110 1110101 101001 1011001

Color Harmonies of #DAEFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEFD9

Black with #DAEFD9

Text Example


Text Example

White with #DAEFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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