Html Css Color HEX #DDF1DA Apple Green

📋 copy color: '#DDF1DA'

red 221 ◦ green 241 ◦ blue 218

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

Shades of Apple Green #DDF1DA

Tints of Apple Green #DDF1DA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 35.44%

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

R = 32.5%
G = 35.44%
B = 32.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.10

 K value IS 0.05

RGB Variations

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

Color information

#DDF1DA (or 0xDDF1DA) is known color: Apple Green. HEX triplet: DD, F1 and DA. RGB value is (221,241,218). Sum of RGB (Red+Green+Blue) = 221+241+218=680 (90% of max value = 765). Red value is 221 (86.72% from 255 or 32.5% from 680); Green value is 241 (94.53% from 255 or 35.44% from 680); Blue value is 218 (85.55% from 255 or 32.06% from 680); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDF1DA is #220E25. Grayscale: #E8E8E8. Windows color (decimal): -2231846 or 14348765. OLE color: 14348765.

HSL color Cylindrical-coordinate representation of color #DDF1DA: hue angle of 112.17º degrees, saturation: 0.45, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DDF1DA is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB 221 241 218 -
CMYK 0.08 0 0.10 0.05
HSL 112.17º 0.45% 0.9% -
HSV(B) 112.17º 0.1% 0.95% -
XYZ 73.93 83.34 78.52 -
YUV 232.4 119.87 119.87 -
System Red Green Blue C M Y K H S L
Decimal 221 241 218 0.08 0 0.10 0.05 112.17 0.45 0.9
Hex DD F1 DA 8 0 A 5 70 2D 5A
Octal 335 361 332 10 0 12 5 160 55 132
Binary 11011101 11110001 11011010 1000 0 1010 101 1110000 101101 1011010

Color Harmonies of #DDF1DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1DA

Black with #DDF1DA

Text Example


Text Example

White with #DDF1DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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