Html Css Color HEX #DBE4CB Gin

📋 copy color: '#DBE4CB'

red 219 ◦ green 228 ◦ blue 203

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

Shades of Gin #DBE4CB

Tints of Gin #DBE4CB

RGB

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

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

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

R = 33.69%
G = 35.08%
B = 31.23%

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

#DBE4CB (or 0xDBE4CB) is known color: Gin. HEX triplet: DB, E4 and CB. RGB value is (219,228,203). Sum of RGB (Red+Green+Blue) = 219+228+203=650 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.69% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 203 (79.69% from 255 or 31.23% from 650); Max value from RGB is 228 - color contains mainly: green. Hex color #DBE4CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE4CB is #241B34. Grayscale: #DEDEDE. Windows color (decimal): -2366261 or 13362395. OLE color: 13362395.

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

Color convert

RGB 219 228 203 -
CMYK 0.04 0 0.11 0.11
HSL 81.6º 0.32% 0.85% -
HSV(B) 81.6º 0.11% 0.89% -
XYZ 67.74 74.86 67.38 -
YUV 222.46 117.02 125.53 -
System Red Green Blue C M Y K H S L
Decimal 219 228 203 0.04 0 0.11 0.11 81.6 0.32 0.85
Hex DB E4 CB 4 0 B B 52 20 55
Octal 333 344 313 4 0 13 13 122 40 125
Binary 11011011 11100100 11001011 100 0 1011 1011 1010010 100000 1010101

Color Harmonies of #DBE4CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE4CB

Black with #DBE4CB

Text Example


Text Example

White with #DBE4CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE4CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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