Html Css Color HEX #DAFDDA Tara

📋 copy color: '#DAFDDA'

red 218 ◦ green 253 ◦ blue 218

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

Shades of Tara #DAFDDA

Tints of Tara #DAFDDA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 36.72%

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

R = 31.64%
G = 36.72%
B = 31.64%

CMYK

 C value IS 0.14

 M value IS 0

 Y value IS 0.14

 K value IS 0.01

RGB Variations

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

Color information

#DAFDDA (or 0xDAFDDA) is known color: Tara. HEX triplet: DA, FD and DA. RGB value is (218,253,218). Sum of RGB (Red+Green+Blue) = 218+253+218=689 (91% of max value = 765). Red value is 218 (85.55% from 255 or 31.64% from 689); Green value is 253 (99.22% from 255 or 36.72% from 689); Blue value is 218 (85.55% from 255 or 31.64% from 689); Max value from RGB is 253 - color contains mainly: green. Hex color #DAFDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFDDA is #250225. Grayscale: #EEEEEE. Windows color (decimal): -2425382 or 14351834. OLE color: 14351834.

HSL color Cylindrical-coordinate representation of color #DAFDDA: hue angle of 120º degrees, saturation: 0.9, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DAFDDA is Cyan = 0.14, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.01.

Color convert

RGB 218 253 218 -
CMYK 0.14 0 0.14 0.01
HSL 120º 0.9% 0.92% -
HSV(B) 120º 0.14% 0.99% -
XYZ 76.69 90.22 79.7 -
YUV 238.55 116.4 113.35 -
System Red Green Blue C M Y K H S L
Decimal 218 253 218 0.14 0 0.14 0.01 120 0.9 0.92
Hex DA FD DA E 0 E 1 78 5A 5C
Octal 332 375 332 16 0 16 1 170 132 134
Binary 11011010 11111101 11011010 1110 0 1110 1 1111000 1011010 1011100

Color Harmonies of #DAFDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAFDDA

Black with #DAFDDA

Text Example


Text Example

White with #DAFDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAFDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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