Html Css Color HEX #DDFADE Tara

📋 copy color: '#DDFADE'

red 221 ◦ green 250 ◦ blue 222

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

Shades of Tara #DDFADE

Tints of Tara #DDFADE

RGB

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

 GREEN value IS 250 (98.05% from 255) = 36.08%

 BLUE value IS 222 (87.11% from 255) = 32.03%

R = 31.89%
G = 36.08%
B = 32.03%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.11

 K value IS 0.02

RGB Variations

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

Color information

#DDFADE (or 0xDDFADE) is known color: Tara. HEX triplet: DD, FA and DE. RGB value is (221,250,222). Sum of RGB (Red+Green+Blue) = 221+250+222=693 (91% of max value = 765). Red value is 221 (86.72% from 255 or 31.89% from 693); Green value is 250 (98.05% from 255 or 36.08% from 693); Blue value is 222 (87.11% from 255 or 32.03% from 693); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFADE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFADE is #220521. Grayscale: #EEEEEE. Windows color (decimal): -2229538 or 14613213. OLE color: 14613213.

HSL color Cylindrical-coordinate representation of color #DDFADE: hue angle of 122.07º degrees, saturation: 0.74, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DDFADE is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.

Color convert

RGB 221 250 222 -
CMYK 0.12 0 0.11 0.02
HSL 122.07º 0.74% 0.92% -
HSV(B) 122.07º 0.12% 0.98% -
XYZ 77.19 89.02 82.22 -
YUV 238.14 118.89 115.78 -
System Red Green Blue C M Y K H S L
Decimal 221 250 222 0.12 0 0.11 0.02 122.07 0.74 0.92
Hex DD FA DE C 0 B 2 7A 4A 5C
Octal 335 372 336 14 0 13 2 172 112 134
Binary 11011101 11111010 11011110 1100 0 1011 10 1111010 1001010 1011100

Color Harmonies of #DDFADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDFADE

Black with #DDFADE

Text Example


Text Example

White with #DDFADE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDFADE; }

 p { color: rgb(221,250,222); }

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

background-color css

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

 a { background-color: rgb(221,250,222); }

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

border-color css

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

 span { border-color: rgb(221,250,222); }

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