Html Css Color HEX #DAF6D8 Tara

📋 copy color: '#DAF6D8'

red 218 ◦ green 246 ◦ blue 216

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

Shades of Tara #DAF6D8

Tints of Tara #DAF6D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 31.76%

R = 32.06%
G = 36.18%
B = 31.76%

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

#DAF6D8 (or 0xDAF6D8) is known color: Tara. HEX triplet: DA, F6 and D8. RGB value is (218,246,216). Sum of RGB (Red+Green+Blue) = 218+246+216=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 246 (96.48% from 255 or 36.18% from 680); Blue value is 216 (84.77% from 255 or 31.76% from 680); Max value from RGB is 246 - color contains mainly: green. Hex color #DAF6D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF6D8 is #250927. Grayscale: #EAEAEA. Windows color (decimal): -2427176 or 14218970. OLE color: 14218970.

HSL color Cylindrical-coordinate representation of color #DAF6D8: hue angle of 116º 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 #DAF6D8 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.04.

Color convert

RGB 218 246 216 -
CMYK 0.11 0 0.12 0.04
HSL 116º 0.63% 0.91% -
HSV(B) 116º 0.12% 0.96% -
XYZ 74.26 85.77 77.61 -
YUV 234.21 117.72 116.44 -
System Red Green Blue C M Y K H S L
Decimal 218 246 216 0.11 0 0.12 0.04 116 0.63 0.91
Hex DA F6 D8 B 0 C 4 74 3E 5B
Octal 332 366 330 13 0 14 4 164 76 133
Binary 11011010 11110110 11011000 1011 0 1100 100 1110100 111110 1011011

Color Harmonies of #DAF6D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF6D8

Black with #DAF6D8

Text Example


Text Example

White with #DAF6D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF6D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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