Html Css Color HEX #DAEEDA Tara

📋 copy color: '#DAEEDA'

red 218 ◦ green 238 ◦ blue 218

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

Shades of Tara #DAEEDA

Tints of Tara #DAEEDA

RGB

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

 GREEN value IS 238 (93.36% from 255) = 35.31%

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

R = 32.34%
G = 35.31%
B = 32.34%

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

#DAEEDA (or 0xDAEEDA) is known color: Tara. HEX triplet: DA, EE and DA. RGB value is (218,238,218). Sum of RGB (Red+Green+Blue) = 218+238+218=674 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.34% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #DAEEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEEDA is #251125. Grayscale: #E5E5E5. Windows color (decimal): -2429222 or 14347994. OLE color: 14347994.

HSL color Cylindrical-coordinate representation of color #DAEEDA: hue angle of 120º degrees, saturation: 0.37, 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 #DAEEDA is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 218 238 218 -
CMYK 0.08 0 0.08 0.07
HSL 120º 0.37% 0.89% -
HSV(B) 120º 0.08% 0.93% -
XYZ 72.14 81.12 78.18 -
YUV 229.74 121.37 119.63 -
System Red Green Blue C M Y K H S L
Decimal 218 238 218 0.08 0 0.08 0.07 120 0.37 0.89
Hex DA EE DA 8 0 8 7 78 25 59
Octal 332 356 332 10 0 10 7 170 45 131
Binary 11011010 11101110 11011010 1000 0 1000 111 1111000 100101 1011001

Color Harmonies of #DAEEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEEDA

Black with #DAEEDA

Text Example


Text Example

White with #DAEEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEEDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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