Html Css Color HEX #DDFEDA Tara

📋 copy color: '#DDFEDA'

red 221 ◦ green 254 ◦ blue 218

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

Shades of Tara #DDFEDA

Tints of Tara #DDFEDA

RGB

 RED value IS 221 (86.72% from 255) = 31.89%

 GREEN value IS 254 (99.61% from 255) = 36.65%

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

R = 31.89%
G = 36.65%
B = 31.46%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.14

 K value IS 0.00

RGB Variations

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

Color information

#DDFEDA (or 0xDDFEDA) is known color: Tara. HEX triplet: DD, FE and DA. RGB value is (221,254,218). Sum of RGB (Red+Green+Blue) = 221+254+218=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 254 (99.61% from 255 or 36.65% from 693); Blue value is 218 (85.55% from 255 or 31.46% from 693); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDA is #220125. Grayscale: #F0F0F0. Windows color (decimal): -2228518 or 14352093. OLE color: 14352093.

HSL color Cylindrical-coordinate representation of color #DDFEDA: hue angle of 115º degrees, saturation: 0.95, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #DDFEDA is Cyan = 0.13, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.00.

Color convert

RGB 221 254 218 -
CMYK 0.13 0 0.14 0.00
HSL 115º 0.95% 0.93% -
HSV(B) 115º 0.14% 1% -
XYZ 77.92 91.32 79.85 -
YUV 240.03 115.57 114.43 -
System Red Green Blue C M Y K H S L
Decimal 221 254 218 0.13 0 0.14 0.00 115 0.95 0.93
Hex DD FE DA D 0 E 0 73 5F 5D
Octal 335 376 332 15 0 16 0 163 137 135
Binary 11011101 11111110 11011010 1101 0 1110 0 1110011 1011111 1011101

Color Harmonies of #DDFEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEDA

Black with #DDFEDA

Text Example


Text Example

White with #DDFEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEDA; }

 p { color: rgb(221,254,218); }

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

background-color css

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

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

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

border-color css

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

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

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