Html Css Color HEX #DBE3CB Gin

📋 copy color: '#DBE3CB'

red 219 ◦ green 227 ◦ blue 203

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

Shades of Gin #DBE3CB

Tints of Gin #DBE3CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 31.28%

R = 33.74%
G = 34.98%
B = 31.28%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#DBE3CB (or 0xDBE3CB) is known color: Gin. HEX triplet: DB, E3 and CB. RGB value is (219,227,203). Sum of RGB (Red+Green+Blue) = 219+227+203=649 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.74% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 203 (79.69% from 255 or 31.28% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #DBE3CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE3CB is #241C34. Grayscale: #DDDDDD. Windows color (decimal): -2366517 or 13362139. OLE color: 13362139.

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

Color convert

RGB 219 227 203 -
CMYK 0.04 0 0.11 0.11
HSL 80º 0.3% 0.84% -
HSV(B) 80º 0.11% 0.89% -
XYZ 67.46 74.31 67.29 -
YUV 221.87 117.35 125.95 -
System Red Green Blue C M Y K H S L
Decimal 219 227 203 0.04 0 0.11 0.11 80 0.3 0.84
Hex DB E3 CB 4 0 B B 50 1E 54
Octal 333 343 313 4 0 13 13 120 36 124
Binary 11011011 11100011 11001011 100 0 1011 1011 1010000 11110 1010100

Color Harmonies of #DBE3CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE3CB

Black with #DBE3CB

Text Example


Text Example

White with #DBE3CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE3CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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