Html Css Color HEX #DBE5DC Aqua Squeeze

📋 copy color: '#DBE5DC'

red 219 ◦ green 229 ◦ blue 220

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

Shades of Aqua Squeeze #DBE5DC

Tints of Aqua Squeeze #DBE5DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 32.93%

R = 32.78%
G = 34.28%
B = 32.93%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#DBE5DC (or 0xDBE5DC) is known color: Aqua Squeeze. HEX triplet: DB, E5 and DC. RGB value is (219,229,220). Sum of RGB (Red+Green+Blue) = 219+229+220=668 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.78% from 668); Green value is 229 (89.84% from 255 or 34.28% from 668); Blue value is 220 (86.33% from 255 or 32.93% from 668); Max value from RGB is 229 - color contains mainly: green. Hex color #DBE5DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBE5DC is #241A23. Grayscale: #E1E1E1. Windows color (decimal): -2365988 or 14476763. OLE color: 14476763.

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

Color convert

RGB 219 229 220 -
CMYK 0.04 0 0.04 0.10
HSL 126º 0.16% 0.88% -
HSV(B) 126º 0.04% 0.9% -
XYZ 70.15 76.27 78.73 -
YUV 224.98 125.19 123.73 -
System Red Green Blue C M Y K H S L
Decimal 219 229 220 0.04 0 0.04 0.10 126 0.16 0.88
Hex DB E5 DC 4 0 4 A 7E 10 58
Octal 333 345 334 4 0 4 12 176 20 130
Binary 11011011 11100101 11011100 100 0 100 1010 1111110 10000 1011000

Color Harmonies of #DBE5DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE5DC

Black with #DBE5DC

Text Example


Text Example

White with #DBE5DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE5DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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