Html Css Color HEX #DAE9DA Tara

📋 copy color: '#DAE9DA'

red 218 ◦ green 233 ◦ blue 218

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

Shades of Tara #DAE9DA

Tints of Tara #DAE9DA

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.83%

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

R = 32.59%
G = 34.83%
B = 32.59%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#DAE9DA (or 0xDAE9DA) is known color: Tara. HEX triplet: DA, E9 and DA. RGB value is (218,233,218). Sum of RGB (Red+Green+Blue) = 218+233+218=669 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.59% from 669); Green value is 233 (91.41% from 255 or 34.83% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 233 - color contains mainly: green. Hex color #DAE9DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAE9DA is #251625. Grayscale: #E2E2E2. Windows color (decimal): -2430502 or 14346714. OLE color: 14346714.

HSL color Cylindrical-coordinate representation of color #DAE9DA: hue angle of 120º degrees, saturation: 0.25, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DAE9DA is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 218 233 218 -
CMYK 0.06 0 0.06 0.09
HSL 120º 0.25% 0.88% -
HSV(B) 120º 0.06% 0.91% -
XYZ 70.71 78.25 77.71 -
YUV 226.81 123.03 121.72 -
System Red Green Blue C M Y K H S L
Decimal 218 233 218 0.06 0 0.06 0.09 120 0.25 0.88
Hex DA E9 DA 6 0 6 9 78 19 58
Octal 332 351 332 6 0 6 11 170 31 130
Binary 11011010 11101001 11011010 110 0 110 1001 1111000 11001 1011000

Color Harmonies of #DAE9DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAE9DA

Black with #DAE9DA

Text Example


Text Example

White with #DAE9DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAE9DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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