Html Css Color HEX #DAEBDA Tara

📋 copy color: '#DAEBDA'

red 218 ◦ green 235 ◦ blue 218

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

Shades of Tara #DAEBDA

Tints of Tara #DAEBDA

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

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

R = 32.49%
G = 35.02%
B = 32.49%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#DAEBDA (or 0xDAEBDA) is known color: Tara. HEX triplet: DA, EB and DA. RGB value is (218,235,218). Sum of RGB (Red+Green+Blue) = 218+235+218=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 218 (85.55% from 255 or 32.49% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #DAEBDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEBDA is #251425. Grayscale: #E4E4E4. Windows color (decimal): -2429990 or 14347226. OLE color: 14347226.

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

Color convert

RGB 218 235 218 -
CMYK 0.07 0 0.07 0.08
HSL 120º 0.3% 0.89% -
HSV(B) 120º 0.07% 0.92% -
XYZ 71.28 79.38 77.9 -
YUV 227.98 122.37 120.88 -
System Red Green Blue C M Y K H S L
Decimal 218 235 218 0.07 0 0.07 0.08 120 0.3 0.89
Hex DA EB DA 7 0 7 8 78 1E 59
Octal 332 353 332 7 0 7 10 170 36 131
Binary 11011010 11101011 11011010 111 0 111 1000 1111000 11110 1011001

Color Harmonies of #DAEBDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DAEBDA

Black with #DAEBDA

Text Example


Text Example

White with #DAEBDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DAEBDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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