Html Css Color HEX #DCE0DB Apple Green

📋 copy color: '#DCE0DB'

red 220 ◦ green 224 ◦ blue 219

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

Shades of Apple Green #DCE0DB

Tints of Apple Green #DCE0DB

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.79%

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

R = 33.18%
G = 33.79%
B = 33.03%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.02

 K value IS 0.12

RGB Variations

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

Color information

#DCE0DB (or 0xDCE0DB) is known color: Apple Green. HEX triplet: DC, E0 and DB. RGB value is (220,224,219). Sum of RGB (Red+Green+Blue) = 220+224+219=663 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.18% from 663); Green value is 224 (87.89% from 255 or 33.79% from 663); Blue value is 219 (85.94% from 255 or 33.03% from 663); Max value from RGB is 224 - color contains mainly: green. Hex color #DCE0DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE0DB is #231F24. Grayscale: #DEDEDE. Windows color (decimal): -2301733 or 14409948. OLE color: 14409948.

HSL color Cylindrical-coordinate representation of color #DCE0DB: hue angle of 108º degrees, saturation: 0.07, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #DCE0DB is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.12.

Color convert

RGB 220 224 219 -
CMYK 0.02 0 0.02 0.12
HSL 108º 0.07% 0.87% -
HSV(B) 108º 0.02% 0.88% -
XYZ 68.96 73.64 77.6 -
YUV 222.23 126.17 126.41 -
System Red Green Blue C M Y K H S L
Decimal 220 224 219 0.02 0 0.02 0.12 108 0.07 0.87
Hex DC E0 DB 2 0 2 C 6C 7 57
Octal 334 340 333 2 0 2 14 154 7 127
Binary 11011100 11100000 11011011 10 0 10 1100 1101100 111 1010111

Color Harmonies of #DCE0DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCE0DB

Black with #DCE0DB

Text Example


Text Example

White with #DCE0DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCE0DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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