Html Css Color HEX #DCE5DB Apple Green

📋 copy color: '#DCE5DB'

red 220 ◦ green 229 ◦ blue 219

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

Shades of Apple Green #DCE5DB

Tints of Apple Green #DCE5DB

RGB

 RED value IS 220 (86.33% from 255) = 32.93%

 GREEN value IS 229 (89.84% from 255) = 34.28%

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

R = 32.93%
G = 34.28%
B = 32.78%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#DCE5DB (or 0xDCE5DB) is known color: Apple Green. HEX triplet: DC, E5 and DB. RGB value is (220,229,219). Sum of RGB (Red+Green+Blue) = 220+229+219=668 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.93% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 219 (85.94% from 255 or 32.78% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DCE5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE5DB is #231A24. Grayscale: #E1E1E1. Windows color (decimal): -2300453 or 14411228. OLE color: 14411228.

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

Color convert

RGB 220 229 219 -
CMYK 0.04 0 0.04 0.10
HSL 114º 0.16% 0.88% -
HSV(B) 114º 0.04% 0.9% -
XYZ 70.32 76.37 78.05 -
YUV 225.17 124.52 124.31 -
System Red Green Blue C M Y K H S L
Decimal 220 229 219 0.04 0 0.04 0.10 114 0.16 0.88
Hex DC E5 DB 4 0 4 A 72 10 58
Octal 334 345 333 4 0 4 12 162 20 130
Binary 11011100 11100101 11011011 100 0 100 1010 1110010 10000 1011000

Color Harmonies of #DCE5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE5DB

Black with #DCE5DB

Text Example


Text Example

White with #DCE5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE5DB; }

 p { color: rgb(220,229,219); }

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

background-color css

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

 a { background-color: rgb(220,229,219); }

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

border-color css

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

 span { border-color: rgb(220,229,219); }

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