Html Css Color HEX #DDEBDB Apple Green

📋 copy color: '#DDEBDB'

red 221 ◦ green 235 ◦ blue 219

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

Shades of Apple Green #DDEBDB

Tints of Apple Green #DDEBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 34.81%

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

R = 32.74%
G = 34.81%
B = 32.44%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#DDEBDB (or 0xDDEBDB) is known color: Apple Green. HEX triplet: DD, EB and DB. RGB value is (221,235,219). Sum of RGB (Red+Green+Blue) = 221+235+219=675 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.74% from 675); Green value is 235 (92.19% from 255 or 34.81% from 675); Blue value is 219 (85.94% from 255 or 32.44% from 675); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDEBDB is #221424. Grayscale: #E5E5E5. Windows color (decimal): -2233381 or 14412765. OLE color: 14412765.

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

Color convert

RGB 221 235 219 -
CMYK 0.06 0 0.07 0.08
HSL 112.5º 0.29% 0.89% -
HSV(B) 112.5º 0.07% 0.92% -
XYZ 72.31 79.9 78.63 -
YUV 228.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 221 235 219 0.06 0 0.07 0.08 112.5 0.29 0.89
Hex DD EB DB 6 0 7 8 70 1D 59
Octal 335 353 333 6 0 7 10 160 35 131
Binary 11011101 11101011 11011011 110 0 111 1000 1110000 11101 1011001

Color Harmonies of #DDEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBDB

Black with #DDEBDB

Text Example


Text Example

White with #DDEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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