Html Css Color HEX #DBE3C6 Gin

📋 copy color: '#DBE3C6'

red 219 ◦ green 227 ◦ blue 198

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

Shades of Gin #DBE3C6

Tints of Gin #DBE3C6

RGB

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

 GREEN value IS 227 (89.06% from 255) = 35.25%

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

R = 34.01%
G = 35.25%
B = 30.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.13

 K value IS 0.11

RGB Variations

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

Color information

#DBE3C6 (or 0xDBE3C6) is known color: Gin. HEX triplet: DB, E3 and C6. RGB value is (219,227,198). Sum of RGB (Red+Green+Blue) = 219+227+198=644 (85% of max value = 765). Red value is 219 (85.94% from 255 or 34.01% from 644); Green value is 227 (89.06% from 255 or 35.25% from 644); Blue value is 198 (77.73% from 255 or 30.75% from 644); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3C6 is #241C39. Grayscale: #DDDDDD. Windows color (decimal): -2366522 or 13034459. OLE color: 13034459.

HSL color Cylindrical-coordinate representation of color #DBE3C6: hue angle of 76.55º degrees, saturation: 0.34, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #DBE3C6 is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 227 198 -
CMYK 0.04 0 0.13 0.11
HSL 76.55º 0.34% 0.83% -
HSV(B) 76.55º 0.13% 0.89% -
XYZ 66.88 74.08 64.2 -
YUV 221.3 114.85 126.36 -
System Red Green Blue C M Y K H S L
Decimal 219 227 198 0.04 0 0.13 0.11 76.55 0.34 0.83
Hex DB E3 C6 4 0 D B 4D 22 53
Octal 333 343 306 4 0 15 13 115 42 123
Binary 11011011 11100011 11000110 100 0 1101 1011 1001101 100010 1010011

Color Harmonies of #DBE3C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3C6

Black with #DBE3C6

Text Example


Text Example

White with #DBE3C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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