Html Css Color HEX #DBE9DC Aqua Squeeze

📋 copy color: '#DBE9DC'

red 219 ◦ green 233 ◦ blue 220

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

Shades of Aqua Squeeze #DBE9DC

Tints of Aqua Squeeze #DBE9DC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 34.67%

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

R = 32.59%
G = 34.67%
B = 32.74%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#DBE9DC (or 0xDBE9DC) is known color: Aqua Squeeze. HEX triplet: DB, E9 and DC. RGB value is (219,233,220). Sum of RGB (Red+Green+Blue) = 219+233+220=672 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.59% from 672); Green value is 233 (91.41% from 255 or 34.67% from 672); Blue value is 220 (86.33% from 255 or 32.74% from 672); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9DC is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9DC is #241623. Grayscale: #E3E3E3. Windows color (decimal): -2364964 or 14477787. OLE color: 14477787.

HSL color Cylindrical-coordinate representation of color #DBE9DC: hue angle of 124.29º degrees, saturation: 0.24, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #DBE9DC is Cyan = 0.06, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 220 -
CMYK 0.06 0 0.06 0.09
HSL 124.29º 0.24% 0.89% -
HSV(B) 124.29º 0.06% 0.91% -
XYZ 71.27 78.51 79.11 -
YUV 227.33 123.86 122.06 -
System Red Green Blue C M Y K H S L
Decimal 219 233 220 0.06 0 0.06 0.09 124.29 0.24 0.89
Hex DB E9 DC 6 0 6 9 7C 18 59
Octal 333 351 334 6 0 6 11 174 30 131
Binary 11011011 11101001 11011100 110 0 110 1001 1111100 11000 1011001

Color Harmonies of #DBE9DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9DC

Black with #DBE9DC

Text Example


Text Example

White with #DBE9DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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