Html Css Color HEX #DDFEDC Tara

📋 copy color: '#DDFEDC'

red 221 ◦ green 254 ◦ blue 220

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

Shades of Tara #DDFEDC

Tints of Tara #DDFEDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 31.65%

R = 31.8%
G = 36.55%
B = 31.65%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.13

 K value IS 0.00

RGB Variations

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

Color information

#DDFEDC (or 0xDDFEDC) is known color: Tara. HEX triplet: DD, FE and DC. RGB value is (221,254,220). Sum of RGB (Red+Green+Blue) = 221+254+220=695 (92% of max value = 765). Red value is 221 (86.72% from 255 or 31.80% from 695); Green value is 254 (99.61% from 255 or 36.55% from 695); Blue value is 220 (86.33% from 255 or 31.65% from 695); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFEDC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFEDC is #220123. Grayscale: #F0F0F0. Windows color (decimal): -2228516 or 14483165. OLE color: 14483165.

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

Color convert

RGB 221 254 220 -
CMYK 0.13 0 0.13 0.00
HSL 118.24º 0.94% 0.93% -
HSV(B) 118.24º 0.13% 1% -
XYZ 78.18 91.42 81.24 -
YUV 240.26 116.57 114.26 -
System Red Green Blue C M Y K H S L
Decimal 221 254 220 0.13 0 0.13 0.00 118.24 0.94 0.93
Hex DD FE DC D 0 D 0 76 5E 5D
Octal 335 376 334 15 0 15 0 166 136 135
Binary 11011101 11111110 11011100 1101 0 1101 0 1110110 1011110 1011101

Color Harmonies of #DDFEDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFEDC

Black with #DDFEDC

Text Example


Text Example

White with #DDFEDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFEDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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