Html Css Color HEX #DDE6DA Apple Green

📋 copy color: '#DDE6DA'

red 221 ◦ green 230 ◦ blue 218

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

Shades of Apple Green #DDE6DA

Tints of Apple Green #DDE6DA

RGB

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

 GREEN value IS 230 (90.23% from 255) = 34.38%

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

R = 33.03%
G = 34.38%
B = 32.59%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#DDE6DA (or 0xDDE6DA) is known color: Apple Green. HEX triplet: DD, E6 and DA. RGB value is (221,230,218). Sum of RGB (Red+Green+Blue) = 221+230+218=669 (88% of max value = 765). Red value is 221 (86.72% from 255 or 33.03% from 669); Green value is 230 (90.23% from 255 or 34.38% from 669); Blue value is 218 (85.55% from 255 or 32.59% from 669); Max value from RGB is 230 - color contains mainly: green. Hex color #DDE6DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDE6DA is #221925. Grayscale: #E1E1E1. Windows color (decimal): -2234662 or 14345949. OLE color: 14345949.

HSL color Cylindrical-coordinate representation of color #DDE6DA: hue angle of 105º degrees, saturation: 0.19, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DDE6DA is Cyan = 0.04, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 221 230 218 -
CMYK 0.04 0 0.05 0.10
HSL 105º 0.19% 0.88% -
HSV(B) 105º 0.05% 0.9% -
XYZ 70.77 77.03 77.47 -
YUV 225.94 123.52 124.48 -
System Red Green Blue C M Y K H S L
Decimal 221 230 218 0.04 0 0.05 0.10 105 0.19 0.88
Hex DD E6 DA 4 0 5 A 69 13 58
Octal 335 346 332 4 0 5 12 151 23 130
Binary 11011101 11100110 11011010 100 0 101 1010 1101001 10011 1011000

Color Harmonies of #DDE6DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDE6DA

Black with #DDE6DA

Text Example


Text Example

White with #DDE6DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDE6DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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