Html Css Color HEX #DBE7BE Gin

📋 copy color: '#DBE7BE'

red 219 ◦ green 231 ◦ blue 190

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

Shades of Gin #DBE7BE

Tints of Gin #DBE7BE

RGB

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

 GREEN value IS 231 (90.63% from 255) = 36.09%

 BLUE value IS 190 (74.61% from 255) = 29.69%

R = 34.22%
G = 36.09%
B = 29.69%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.18

 K value IS 0.09

RGB Variations

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

Color information

#DBE7BE (or 0xDBE7BE) is known color: Gin. HEX triplet: DB, E7 and BE. RGB value is (219,231,190). Sum of RGB (Red+Green+Blue) = 219+231+190=640 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.22% from 640); Green value is 231 (90.62% from 255 or 36.09% from 640); Blue value is 190 (74.61% from 255 or 29.69% from 640); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7BE is #241841. Grayscale: #DEDEDE. Windows color (decimal): -2365506 or 12511195. OLE color: 12511195.

HSL color Cylindrical-coordinate representation of color #DBE7BE: hue angle of 77.56º degrees, saturation: 0.46, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DBE7BE is Cyan = 0.05, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 190 -
CMYK 0.05 0 0.18 0.09
HSL 77.56º 0.46% 0.83% -
HSV(B) 77.56º 0.18% 0.91% -
XYZ 67.08 75.93 59.84 -
YUV 222.74 109.52 125.33 -
System Red Green Blue C M Y K H S L
Decimal 219 231 190 0.05 0 0.18 0.09 77.56 0.46 0.83
Hex DB E7 BE 5 0 12 9 4E 2E 53
Octal 333 347 276 5 0 22 11 116 56 123
Binary 11011011 11100111 10111110 101 0 10010 1001 1001110 101110 1010011

Color Harmonies of #DBE7BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7BE

Black with #DBE7BE

Text Example


Text Example

White with #DBE7BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7BE; }

 p { color: rgb(219,231,190); }

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

background-color css

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

 a { background-color: rgb(219,231,190); }

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

border-color css

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

 span { border-color: rgb(219,231,190); }

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