Html Css Color HEX #DBE9DD Aqua Squeeze

📋 copy color: '#DBE9DD'

red 219 ◦ green 233 ◦ blue 221

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

Shades of Aqua Squeeze #DBE9DD

Tints of Aqua Squeeze #DBE9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 32.84%

R = 32.54%
G = 34.62%
B = 32.84%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.05

 K value IS 0.09

RGB Variations

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

Color information

#DBE9DD (or 0xDBE9DD) is known color: Aqua Squeeze. HEX triplet: DB, E9 and DD. RGB value is (219,233,221). Sum of RGB (Red+Green+Blue) = 219+233+221=673 (89% of max value = 765). Red value is 219 (85.94% from 255 or 32.54% from 673); Green value is 233 (91.41% from 255 or 34.62% from 673); Blue value is 221 (86.72% from 255 or 32.84% from 673); Max value from RGB is 233 - color contains mainly: green. Hex color #DBE9DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE9DD is #241622. Grayscale: #E3E3E3. Windows color (decimal): -2364963 or 14543323. OLE color: 14543323.

HSL color Cylindrical-coordinate representation of color #DBE9DD: hue angle of 128.57º 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 #DBE9DD is Cyan = 0.06, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 233 221 -
CMYK 0.06 0 0.05 0.09
HSL 128.57º 0.24% 0.89% -
HSV(B) 128.57º 0.06% 0.91% -
XYZ 71.4 78.56 79.81 -
YUV 227.45 124.36 121.98 -
System Red Green Blue C M Y K H S L
Decimal 219 233 221 0.06 0 0.05 0.09 128.57 0.24 0.89
Hex DB E9 DD 6 0 5 9 81 18 59
Octal 333 351 335 6 0 5 11 201 30 131
Binary 11011011 11101001 11011101 110 0 101 1001 10000001 11000 1011001

Color Harmonies of #DBE9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE9DD

Black with #DBE9DD

Text Example


Text Example

White with #DBE9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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