Html Css Color HEX #DCEADA Apple Green

📋 copy color: '#DCEADA'

red 220 ◦ green 234 ◦ blue 218

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

Shades of Apple Green #DCEADA

Tints of Apple Green #DCEADA

RGB

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

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

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

R = 32.74%
G = 34.82%
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

#DCEADA (or 0xDCEADA) is known color: Apple Green. HEX triplet: DC, EA and DA. RGB value is (220,234,218). Sum of RGB (Red+Green+Blue) = 220+234+218=672 (89% of max value = 765). Red value is 220 (86.33% from 255 or 32.74% from 672); Green value is 234 (91.80% from 255 or 34.82% from 672); Blue value is 218 (85.55% from 255 or 32.44% from 672); Max value from RGB is 234 - color contains mainly: green. Hex color #DCEADA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEADA is #231525. Grayscale: #E4E4E4. Windows color (decimal): -2299174 or 14346972. OLE color: 14346972.

HSL color Cylindrical-coordinate representation of color #DCEADA: hue angle of 112.5º degrees, saturation: 0.28, 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 #DCEADA is Cyan = 0.06, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 234 218 -
CMYK 0.06 0 0.07 0.08
HSL 112.5º 0.28% 0.89% -
HSV(B) 112.5º 0.07% 0.92% -
XYZ 71.59 79.12 77.83 -
YUV 227.99 122.36 122.3 -
System Red Green Blue C M Y K H S L
Decimal 220 234 218 0.06 0 0.07 0.08 112.5 0.28 0.89
Hex DC EA DA 6 0 7 8 70 1C 59
Octal 334 352 332 6 0 7 10 160 34 131
Binary 11011100 11101010 11011010 110 0 111 1000 1110000 11100 1011001

Color Harmonies of #DCEADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEADA

Black with #DCEADA

Text Example


Text Example

White with #DCEADA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEADA; }

 p { color: rgb(220,234,218); }

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

background-color css

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

 a { background-color: rgb(220,234,218); }

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

border-color css

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

 span { border-color: rgb(220,234,218); }

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