Html Css Color HEX #D9EEDB Aqua Squeeze

📋 copy color: '#D9EEDB'

red 217 ◦ green 238 ◦ blue 219

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

Shades of Aqua Squeeze #D9EEDB

Tints of Aqua Squeeze #D9EEDB

RGB

 RED value IS 217 (85.16% from 255) = 32.2%

 GREEN value IS 238 (93.36% from 255) = 35.31%

 BLUE value IS 219 (85.94% from 255) = 32.49%

R = 32.2%
G = 35.31%
B = 32.49%

CMYK

 C value IS 0.09

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D9EEDB (or 0xD9EEDB) is known color: Aqua Squeeze. HEX triplet: D9, EE and DB. RGB value is (217,238,219). Sum of RGB (Red+Green+Blue) = 217+238+219=674 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.20% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 219 (85.94% from 255 or 32.49% from 674); Max value from RGB is 238 - color contains mainly: green. Hex color #D9EEDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EEDB is #261124. Grayscale: #E5E5E5. Windows color (decimal): -2494757 or 14413529. OLE color: 14413529.

HSL color Cylindrical-coordinate representation of color #D9EEDB: hue angle of 125.71º degrees, saturation: 0.38, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D9EEDB is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 238 219 -
CMYK 0.09 0 0.08 0.07
HSL 125.71º 0.38% 0.89% -
HSV(B) 125.71º 0.09% 0.93% -
XYZ 71.98 81.02 78.86 -
YUV 229.56 122.04 119.04 -
System Red Green Blue C M Y K H S L
Decimal 217 238 219 0.09 0 0.08 0.07 125.71 0.38 0.89
Hex D9 EE DB 9 0 8 7 7E 26 59
Octal 331 356 333 11 0 10 7 176 46 131
Binary 11011001 11101110 11011011 1001 0 1000 111 1111110 100110 1011001

Color Harmonies of #D9EEDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EEDB

Black with #D9EEDB

Text Example


Text Example

White with #D9EEDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EEDB; }

 p { color: rgb(217,238,219); }

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

background-color css

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

 a { background-color: rgb(217,238,219); }

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

border-color css

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

 span { border-color: rgb(217,238,219); }

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