Html Css Color HEX #DAEDDA Tara

📋 copy color: '#DAEDDA'

red 218 ◦ green 237 ◦ blue 218

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

Shades of Tara #DAEDDA

Tints of Tara #DAEDDA

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.22%

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

R = 32.39%
G = 35.22%
B = 32.39%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DAEDDA (or 0xDAEDDA) is known color: Tara. HEX triplet: DA, ED and DA. RGB value is (218,237,218). Sum of RGB (Red+Green+Blue) = 218+237+218=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 218 (85.55% from 255 or 32.39% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #DAEDDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEDDA is #251225. Grayscale: #E5E5E5. Windows color (decimal): -2429478 or 14347738. OLE color: 14347738.

HSL color Cylindrical-coordinate representation of color #DAEDDA: hue angle of 120º degrees, saturation: 0.35, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DAEDDA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 237 218 -
CMYK 0.08 0 0.08 0.07
HSL 120º 0.35% 0.89% -
HSV(B) 120º 0.08% 0.93% -
XYZ 71.85 80.54 78.09 -
YUV 229.15 121.71 120.04 -
System Red Green Blue C M Y K H S L
Decimal 218 237 218 0.08 0 0.08 0.07 120 0.35 0.89
Hex DA ED DA 8 0 8 7 78 23 59
Octal 332 355 332 10 0 10 7 170 43 131
Binary 11011010 11101101 11011010 1000 0 1000 111 1111000 100011 1011001

Color Harmonies of #DAEDDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEDDA

Black with #DAEDDA

Text Example


Text Example

White with #DAEDDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEDDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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