Html Css Color HEX #DBECD8 Apple Green

📋 copy color: '#DBECD8'

red 219 ◦ green 236 ◦ blue 216

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

Shades of Apple Green #DBECD8

Tints of Apple Green #DBECD8

RGB

 RED value IS 219 (85.94% from 255) = 32.64%

 GREEN value IS 236 (92.58% from 255) = 35.17%

 BLUE value IS 216 (84.77% from 255) = 32.19%

R = 32.64%
G = 35.17%
B = 32.19%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#DBECD8 (or 0xDBECD8) is known color: Apple Green. HEX triplet: DB, EC and D8. RGB value is (219,236,216). Sum of RGB (Red+Green+Blue) = 219+236+216=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 236 (92.58% from 255 or 35.17% from 671); Blue value is 216 (84.77% from 255 or 32.19% from 671); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECD8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECD8 is #241327. Grayscale: #E4E4E4. Windows color (decimal): -2364200 or 14216411. OLE color: 14216411.

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

Color convert

RGB 219 236 216 -
CMYK 0.07 0 0.08 0.07
HSL 111º 0.34% 0.89% -
HSV(B) 111º 0.08% 0.93% -
XYZ 71.6 80.01 76.64 -
YUV 228.64 120.87 121.13 -
System Red Green Blue C M Y K H S L
Decimal 219 236 216 0.07 0 0.08 0.07 111 0.34 0.89
Hex DB EC D8 7 0 8 7 6F 22 59
Octal 333 354 330 7 0 10 7 157 42 131
Binary 11011011 11101100 11011000 111 0 1000 111 1101111 100010 1011001

Color Harmonies of #DBECD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBECD8

Black with #DBECD8

Text Example


Text Example

White with #DBECD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBECD8; }

 p { color: rgb(219,236,216); }

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

background-color css

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

 a { background-color: rgb(219,236,216); }

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

border-color css

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

 span { border-color: rgb(219,236,216); }

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