Html Css Color HEX #DBE6CC Gin

📋 copy color: '#DBE6CC'

red 219 ◦ green 230 ◦ blue 204

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

Shades of Gin #DBE6CC

Tints of Gin #DBE6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 35.22%

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

R = 33.54%
G = 35.22%
B = 31.24%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#DBE6CC (or 0xDBE6CC) is known color: Gin. HEX triplet: DB, E6 and CC. RGB value is (219,230,204). Sum of RGB (Red+Green+Blue) = 219+230+204=653 (86% of max value = 765). Red value is 219 (85.94% from 255 or 33.54% from 653); Green value is 230 (90.23% from 255 or 35.22% from 653); Blue value is 204 (80.08% from 255 or 31.24% from 653); Max value from RGB is 230 - color contains mainly: green. Hex color #DBE6CC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE6CC is #241933. Grayscale: #DFDFDF. Windows color (decimal): -2365748 or 13428443. OLE color: 13428443.

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

Color convert

RGB 219 230 204 -
CMYK 0.05 0 0.11 0.10
HSL 85.38º 0.34% 0.85% -
HSV(B) 85.38º 0.11% 0.9% -
XYZ 68.41 76.01 68.19 -
YUV 223.75 116.86 124.61 -
System Red Green Blue C M Y K H S L
Decimal 219 230 204 0.05 0 0.11 0.10 85.38 0.34 0.85
Hex DB E6 CC 5 0 B A 55 22 55
Octal 333 346 314 5 0 13 12 125 42 125
Binary 11011011 11100110 11001100 101 0 1011 1010 1010101 100010 1010101

Color Harmonies of #DBE6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE6CC

Black with #DBE6CC

Text Example


Text Example

White with #DBE6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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