Html Css Color HEX #DBE2CA Gin

📋 copy color: '#DBE2CA'

red 219 ◦ green 226 ◦ blue 202

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

Shades of Gin #DBE2CA

Tints of Gin #DBE2CA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 34.93%

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

R = 33.85%
G = 34.93%
B = 31.22%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.11

 K value IS 0.11

RGB Variations

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

Color information

#DBE2CA (or 0xDBE2CA) is known color: Gin. HEX triplet: DB, E2 and CA. RGB value is (219,226,202). Sum of RGB (Red+Green+Blue) = 219+226+202=647 (85% of max value = 765). Red value is 219 (85.94% from 255 or 33.85% from 647); Green value is 226 (88.67% from 255 or 34.93% from 647); Blue value is 202 (79.30% from 255 or 31.22% from 647); Max value from RGB is 226 - color contains mainly: green. Hex color #DBE2CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE2CA is #241D35. Grayscale: #DDDDDD. Windows color (decimal): -2366774 or 13296347. OLE color: 13296347.

HSL color Cylindrical-coordinate representation of color #DBE2CA: hue angle of 77.5º degrees, saturation: 0.29, 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 #DBE2CA is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.11.

Color convert

RGB 219 226 202 -
CMYK 0.03 0 0.11 0.11
HSL 77.5º 0.29% 0.84% -
HSV(B) 77.5º 0.11% 0.89% -
XYZ 67.07 73.72 66.57 -
YUV 221.17 117.18 126.45 -
System Red Green Blue C M Y K H S L
Decimal 219 226 202 0.03 0 0.11 0.11 77.5 0.29 0.84
Hex DB E2 CA 3 0 B B 4E 1D 54
Octal 333 342 312 3 0 13 13 116 35 124
Binary 11011011 11100010 11001010 11 0 1011 1011 1001110 11101 1010100

Color Harmonies of #DBE2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE2CA

Black with #DBE2CA

Text Example


Text Example

White with #DBE2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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