Html Css Color HEX #DBE5CC Gin

📋 copy color: '#DBE5CC'

red 219 ◦ green 229 ◦ blue 204

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

Shades of Gin #DBE5CC

Tints of Gin #DBE5CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 31.29%

R = 33.59%
G = 35.12%
B = 31.29%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#DBE5CC (or 0xDBE5CC) is known color: Gin. HEX triplet: DB, E5 and CC. RGB value is (219,229,204). Sum of RGB (Red+Green+Blue) = 219+229+204=652 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.59% from 652); Green value is 229 (89.84% from 255 or 35.12% from 652); Blue value is 204 (80.08% from 255 or 31.29% from 652); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5CC is #241A33. Grayscale: #DFDFDF. Windows color (decimal): -2366004 or 13428187. OLE color: 13428187.

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

Color convert

RGB 219 229 204 -
CMYK 0.04 0 0.11 0.10
HSL 84º 0.32% 0.85% -
HSV(B) 84º 0.11% 0.9% -
XYZ 68.13 75.46 68.1 -
YUV 223.16 117.19 125.03 -
System Red Green Blue C M Y K H S L
Decimal 219 229 204 0.04 0 0.11 0.10 84 0.32 0.85
Hex DB E5 CC 4 0 B A 54 20 55
Octal 333 345 314 4 0 13 12 124 40 125
Binary 11011011 11100101 11001100 100 0 1011 1010 1010100 100000 1010101

Color Harmonies of #DBE5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5CC

Black with #DBE5CC

Text Example


Text Example

White with #DBE5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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