Html Css Color HEX #DBE1CA Gin

📋 copy color: '#DBE1CA'

red 219 ◦ green 225 ◦ blue 202

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

Shades of Gin #DBE1CA

Tints of Gin #DBE1CA

RGB

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

 GREEN value IS 225 (88.28% from 255) = 34.83%

 BLUE value IS 202 (79.3% from 255) = 31.27%

R = 33.9%
G = 34.83%
B = 31.27%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.10

 K value IS 0.12

RGB Variations

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

Color information

#DBE1CA (or 0xDBE1CA) is known color: Gin. HEX triplet: DB, E1 and CA. RGB value is (219,225,202). Sum of RGB (Red+Green+Blue) = 219+225+202=646 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.90% from 646); Green value is 225 (88.28% from 255 or 34.83% from 646); Blue value is 202 (79.30% from 255 or 31.27% from 646); Max value from RGB is 225 - color contains mainly: green. Hex color #DBE1CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE1CA is #241E35. Grayscale: #DCDCDC. Windows color (decimal): -2367030 or 13296091. OLE color: 13296091.

HSL color Cylindrical-coordinate representation of color #DBE1CA: hue angle of 75.65º degrees, saturation: 0.28, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBE1CA is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.12.

Color convert

RGB 219 225 202 -
CMYK 0.03 0 0.10 0.12
HSL 75.65º 0.28% 0.84% -
HSV(B) 75.65º 0.1% 0.88% -
XYZ 66.8 73.17 66.48 -
YUV 220.58 117.51 126.87 -
System Red Green Blue C M Y K H S L
Decimal 219 225 202 0.03 0 0.10 0.12 75.65 0.28 0.84
Hex DB E1 CA 3 0 A C 4C 1C 54
Octal 333 341 312 3 0 12 14 114 34 124
Binary 11011011 11100001 11001010 11 0 1010 1100 1001100 11100 1010100

Color Harmonies of #DBE1CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE1CA

Black with #DBE1CA

Text Example


Text Example

White with #DBE1CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE1CA; }

 p { color: rgb(219,225,202); }

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

background-color css

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

 a { background-color: rgb(219,225,202); }

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

border-color css

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

 span { border-color: rgb(219,225,202); }

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