Html Css Color HEX #DBE6BE Gin

📋 copy color: '#DBE6BE'

red 219 ◦ green 230 ◦ blue 190

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

Shades of Gin #DBE6BE

Tints of Gin #DBE6BE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.99%

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

R = 34.27%
G = 35.99%
B = 29.73%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.17

 K value IS 0.10

RGB Variations

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

Color information

#DBE6BE (or 0xDBE6BE) is known color: Gin. HEX triplet: DB, E6 and BE. RGB value is (219,230,190). Sum of RGB (Red+Green+Blue) = 219+230+190=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 230 (90.23% from 255 or 35.99% from 639); Blue value is 190 (74.61% from 255 or 29.73% from 639); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6BE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6BE is #241941. Grayscale: #DEDEDE. Windows color (decimal): -2365762 or 12510939. OLE color: 12510939.

HSL color Cylindrical-coordinate representation of color #DBE6BE: hue angle of 76.5º degrees, saturation: 0.44, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DBE6BE is Cyan = 0.05, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.10.

Color convert

RGB 219 230 190 -
CMYK 0.05 0 0.17 0.10
HSL 76.5º 0.44% 0.82% -
HSV(B) 76.5º 0.17% 0.9% -
XYZ 66.8 75.37 59.74 -
YUV 222.15 109.86 125.75 -
System Red Green Blue C M Y K H S L
Decimal 219 230 190 0.05 0 0.17 0.10 76.5 0.44 0.82
Hex DB E6 BE 5 0 11 A 4C 2C 52
Octal 333 346 276 5 0 21 12 114 54 122
Binary 11011011 11100110 10111110 101 0 10001 1010 1001100 101100 1010010

Color Harmonies of #DBE6BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6BE

Black with #DBE6BE

Text Example


Text Example

White with #DBE6BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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