Html Css Color HEX #DBE7DD Aqua Squeeze

📋 copy color: '#DBE7DD'

red 219 ◦ green 231 ◦ blue 221

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

Shades of Aqua Squeeze #DBE7DD

Tints of Aqua Squeeze #DBE7DD

RGB

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

 GREEN value IS 231 (90.63% from 255) = 34.43%

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

R = 32.64%
G = 34.43%
B = 32.94%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.09

RGB Variations

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

Color information

#DBE7DD (or 0xDBE7DD) is known color: Aqua Squeeze. HEX triplet: DB, E7 and DD. RGB value is (219,231,221). Sum of RGB (Red+Green+Blue) = 219+231+221=671 (88% of max value = 765). Red value is 219 (85.94% from 255 or 32.64% from 671); Green value is 231 (90.62% from 255 or 34.43% from 671); Blue value is 221 (86.72% from 255 or 32.94% from 671); Max value from RGB is 231 - color contains mainly: green. Hex color #DBE7DD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DBE7DD is #241822. Grayscale: #E2E2E2. Windows color (decimal): -2365475 or 14542811. OLE color: 14542811.

HSL color Cylindrical-coordinate representation of color #DBE7DD: hue angle of 130º degrees, saturation: 0.2, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #DBE7DD is Cyan = 0.05, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.09.

Color convert

RGB 219 231 221 -
CMYK 0.05 0 0.04 0.09
HSL 130º 0.2% 0.88% -
HSV(B) 130º 0.05% 0.91% -
XYZ 70.84 77.43 79.62 -
YUV 226.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 219 231 221 0.05 0 0.04 0.09 130 0.2 0.88
Hex DB E7 DD 5 0 4 9 82 14 58
Octal 333 347 335 5 0 4 11 202 24 130
Binary 11011011 11100111 11011101 101 0 100 1001 10000010 10100 1011000

Color Harmonies of #DBE7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBE7DD

Black with #DBE7DD

Text Example


Text Example

White with #DBE7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBE7DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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