Html Css Color HEX #DAF5D9 Tara

📋 copy color: '#DAF5D9'

red 218 ◦ green 245 ◦ blue 217

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

Shades of Tara #DAF5D9

Tints of Tara #DAF5D9

RGB

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

 GREEN value IS 245 (96.09% from 255) = 36.03%

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

R = 32.06%
G = 36.03%
B = 31.91%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.11

 K value IS 0.04

RGB Variations

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

Color information

#DAF5D9 (or 0xDAF5D9) is known color: Tara. HEX triplet: DA, F5 and D9. RGB value is (218,245,217). Sum of RGB (Red+Green+Blue) = 218+245+217=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 245 (96.09% from 255 or 36.03% from 680); Blue value is 217 (85.16% from 255 or 31.91% from 680); Max value from RGB is 245 - color contains mainly: green. Hex color #DAF5D9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF5D9 is #250A26. Grayscale: #E9E9E9. Windows color (decimal): -2427431 or 14284250. OLE color: 14284250.

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

Color convert

RGB 218 245 217 -
CMYK 0.11 0 0.11 0.04
HSL 117.86º 0.58% 0.91% -
HSV(B) 117.86º 0.11% 0.96% -
XYZ 74.09 85.22 78.19 -
YUV 233.74 118.55 116.78 -
System Red Green Blue C M Y K H S L
Decimal 218 245 217 0.11 0 0.11 0.04 117.86 0.58 0.91
Hex DA F5 D9 B 0 B 4 76 3A 5B
Octal 332 365 331 13 0 13 4 166 72 133
Binary 11011010 11110101 11011001 1011 0 1011 100 1110110 111010 1011011

Color Harmonies of #DAF5D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAF5D9

Black with #DAF5D9

Text Example


Text Example

White with #DAF5D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAF5D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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