Html Css Color HEX #DBE6C6 Gin

📋 copy color: '#DBE6C6'

red 219 ◦ green 230 ◦ blue 198

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

Shades of Gin #DBE6C6

Tints of Gin #DBE6C6

RGB

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

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

 BLUE value IS 198 (77.73% from 255) = 30.6%

R = 33.85%
G = 35.55%
B = 30.6%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.14

 K value IS 0.10

RGB Variations

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

Color information

#DBE6C6 (or 0xDBE6C6) is known color: Gin. HEX triplet: DB, E6 and C6. RGB value is (219,230,198). Sum of RGB (Red+Green+Blue) = 219+230+198=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 230 (90.23% from 255 or 35.55% from 647); Blue value is 198 (77.73% from 255 or 30.60% from 647); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6C6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6C6 is #241939. Grayscale: #DFDFDF. Windows color (decimal): -2365754 or 13035227. OLE color: 13035227.

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

Color convert

RGB 219 230 198 -
CMYK 0.05 0 0.14 0.10
HSL 80.63º 0.39% 0.84% -
HSV(B) 80.63º 0.14% 0.9% -
XYZ 67.7 75.73 64.48 -
YUV 223.06 113.86 125.1 -
System Red Green Blue C M Y K H S L
Decimal 219 230 198 0.05 0 0.14 0.10 80.63 0.39 0.84
Hex DB E6 C6 5 0 E A 51 27 54
Octal 333 346 306 5 0 16 12 121 47 124
Binary 11011011 11100110 11000110 101 0 1110 1010 1010001 100111 1010100

Color Harmonies of #DBE6C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6C6

Black with #DBE6C6

Text Example


Text Example

White with #DBE6C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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