Html Css Color HEX #DBE5CD Gin

📋 copy color: '#DBE5CD'

red 219 ◦ green 229 ◦ blue 205

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

Shades of Gin #DBE5CD

Tints of Gin #DBE5CD

RGB

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

 GREEN value IS 229 (89.84% from 255) = 35.07%

 BLUE value IS 205 (80.47% from 255) = 31.39%

R = 33.54%
G = 35.07%
B = 31.39%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.10

 K value IS 0.10

RGB Variations

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

Color information

#DBE5CD (or 0xDBE5CD) is known color: Gin. HEX triplet: DB, E5 and CD. RGB value is (219,229,205). Sum of RGB (Red+Green+Blue) = 219+229+205=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 229 (89.84% from 255 or 35.07% from 653); Blue value is 205 (80.47% from 255 or 31.39% from 653); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5CD is #241A32. Grayscale: #DFDFDF. Windows color (decimal): -2366003 or 13493723. OLE color: 13493723.

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

Color convert

RGB 219 229 205 -
CMYK 0.04 0 0.10 0.10
HSL 85º 0.32% 0.85% -
HSV(B) 85º 0.1% 0.9% -
XYZ 68.25 75.51 68.73 -
YUV 223.27 117.69 124.95 -
System Red Green Blue C M Y K H S L
Decimal 219 229 205 0.04 0 0.10 0.10 85 0.32 0.85
Hex DB E5 CD 4 0 A A 55 20 55
Octal 333 345 315 4 0 12 12 125 40 125
Binary 11011011 11100101 11001101 100 0 1010 1010 1010101 100000 1010101

Color Harmonies of #DBE5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5CD

Black with #DBE5CD

Text Example


Text Example

White with #DBE5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5CD; }

 p { color: rgb(219,229,205); }

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

background-color css

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

 a { background-color: rgb(219,229,205); }

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

border-color css

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

 span { border-color: rgb(219,229,205); }

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