Html Css Color HEX #DBE4C6 Gin

📋 copy color: '#DBE4C6'

red 219 ◦ green 228 ◦ blue 198

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

Shades of Gin #DBE4C6

Tints of Gin #DBE4C6

RGB

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

 GREEN value IS 228 (89.45% from 255) = 35.35%

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

R = 33.95%
G = 35.35%
B = 30.7%

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

#DBE4C6 (or 0xDBE4C6) is known color: Gin. HEX triplet: DB, E4 and C6. RGB value is (219,228,198). Sum of RGB (Red+Green+Blue) = 219+228+198=645 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.95% from 645); Green value is 228 (89.45% from 255 or 35.35% from 645); Blue value is 198 (77.73% from 255 or 30.70% from 645); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4C6 is #241B39. Grayscale: #DDDDDD. Windows color (decimal): -2366266 or 13034715. OLE color: 13034715.

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

Color convert

RGB 219 228 198 -
CMYK 0.04 0 0.13 0.11
HSL 78º 0.36% 0.84% -
HSV(B) 78º 0.13% 0.89% -
XYZ 67.15 74.62 64.29 -
YUV 221.89 114.52 125.94 -
System Red Green Blue C M Y K H S L
Decimal 219 228 198 0.04 0 0.13 0.11 78 0.36 0.84
Hex DB E4 C6 4 0 D B 4E 24 54
Octal 333 344 306 4 0 15 13 116 44 124
Binary 11011011 11100100 11000110 100 0 1101 1011 1001110 100100 1010100

Color Harmonies of #DBE4C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4C6

Black with #DBE4C6

Text Example


Text Example

White with #DBE4C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4C6; }

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

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

background-color css

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

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

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

border-color css

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

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

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