Html Css Color HEX #DBE7BD Gin

📋 copy color: '#DBE7BD'

red 219 ◦ green 231 ◦ blue 189

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

Shades of Gin #DBE7BD

Tints of Gin #DBE7BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 29.58%

R = 34.27%
G = 36.15%
B = 29.58%

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

#DBE7BD (or 0xDBE7BD) is known color: Gin. HEX triplet: DB, E7 and BD. RGB value is (219,231,189). Sum of RGB (Red+Green+Blue) = 219+231+189=639 (84% of max value = 765). Red value is 219 (85.94% from 255 or 34.27% from 639); Green value is 231 (90.62% from 255 or 36.15% from 639); Blue value is 189 (74.22% from 255 or 29.58% from 639); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7BD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7BD is #241842. Grayscale: #DEDEDE. Windows color (decimal): -2365507 or 12445659. OLE color: 12445659.

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

Color convert

RGB 219 231 189 -
CMYK 0.05 0 0.18 0.09
HSL 77.14º 0.47% 0.82% -
HSV(B) 77.14º 0.18% 0.91% -
XYZ 66.97 75.89 59.26 -
YUV 222.62 109.02 125.42 -
System Red Green Blue C M Y K H S L
Decimal 219 231 189 0.05 0 0.18 0.09 77.14 0.47 0.82
Hex DB E7 BD 5 0 12 9 4D 2F 52
Octal 333 347 275 5 0 22 11 115 57 122
Binary 11011011 11100111 10111101 101 0 10010 1001 1001101 101111 1010010

Color Harmonies of #DBE7BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7BD

Black with #DBE7BD

Text Example


Text Example

White with #DBE7BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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