Html Css Color HEX #DDEADB Apple Green

📋 copy color: '#DDEADB'

red 221 ◦ green 234 ◦ blue 219

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

Shades of Apple Green #DDEADB

Tints of Apple Green #DDEADB

RGB

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

 GREEN value IS 234 (91.8% from 255) = 34.72%

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 32.79%
G = 34.72%
B = 32.49%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#DDEADB (or 0xDDEADB) is known color: Apple Green. HEX triplet: DD, EA and DB. RGB value is (221,234,219). Sum of RGB (Red+Green+Blue) = 221+234+219=674 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.79% from 674); Green value is 234 (91.80% from 255 or 34.72% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 234 - color contains mainly: green. Hex color #DDEADB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEADB is #221524. Grayscale: #E4E4E4. Windows color (decimal): -2233637 or 14412509. OLE color: 14412509.

HSL color Cylindrical-coordinate representation of color #DDEADB: hue angle of 112º degrees, saturation: 0.26, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DDEADB is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 221 234 219 -
CMYK 0.06 0 0.06 0.08
HSL 112º 0.26% 0.89% -
HSV(B) 112º 0.06% 0.92% -
XYZ 72.03 79.33 78.53 -
YUV 228.4 122.69 122.72 -
System Red Green Blue C M Y K H S L
Decimal 221 234 219 0.06 0 0.06 0.08 112 0.26 0.89
Hex DD EA DB 6 0 6 8 70 1A 59
Octal 335 352 333 6 0 6 10 160 32 131
Binary 11011101 11101010 11011011 110 0 110 1000 1110000 11010 1011001

Color Harmonies of #DDEADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEADB

Black with #DDEADB

Text Example


Text Example

White with #DDEADB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEADB; }

 p { color: rgb(221,234,219); }

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

background-color css

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

 a { background-color: rgb(221,234,219); }

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

border-color css

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

 span { border-color: rgb(221,234,219); }

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