#DBECDE

Color #DBECDE Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #DBECDE

Tints of Off Green #DBECDE

Color information

#DBECDE (or 0xDBECDE) is unknown color: approx Off Green. HEX triplet: DB, EC and DE. RGB value is (219,236,222). Sum of RGB (Red+Green+Blue) = 219+236+222=677 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.35% from 677); Green value is 236 (92.58% from 255 or 34.86% from 677); Blue value is 222 (87.11% from 255 or 32.79% from 677); Max value from RGB is 236 - color contains mainly: green. Hex color #DBECDE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBECDE is #241321. Grayscale: #E5E5E5. Windows color (decimal): -2364194 or 14609627. OLE color: 14609627.

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

Color convert

RGB219236222-
CMYK0.0700.060.07
HSL130.59º30.91%89.22%-
HSV(B)130.59º7.2%92.55%-
XYZ72.3980.3280.8-
YUV229.32123.87120.64-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 32.35%
GREEN value IS 236 (92.58% from 255) = 34.86%
BLUE value IS 222 (87.11% from 255) = 32.79%
R=32.35%
G=34.86%
B=32.79%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2192362220.0700.060.07130.5930.9189.22
HexDBECDE7067831f59
Octal333354336706720337131
Binary110110111110110011011110111011011110000011111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBECDE; }

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

 H1.HeaderClassName
 {
   color: #DBECDE;
 }
 .AnyTagClassName
 {
   color: #DBECDE;
 }
</style>
background-color css

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

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

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

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

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

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