Html Css Color HEX #D9EDDB Aqua Squeeze

📋 copy color: '#D9EDDB'

red 217 ◦ green 237 ◦ blue 219

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

Shades of Aqua Squeeze #D9EDDB

Tints of Aqua Squeeze #D9EDDB

RGB

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

 GREEN value IS 237 (92.97% from 255) = 35.22%

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

R = 32.24%
G = 35.22%
B = 32.54%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.08

 K value IS 0.07

RGB Variations

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

Color information

#D9EDDB (or 0xD9EDDB) is known color: Aqua Squeeze. HEX triplet: D9, ED and DB. RGB value is (217,237,219). Sum of RGB (Red+Green+Blue) = 217+237+219=673 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.24% from 673); Green value is 237 (92.97% from 255 or 35.22% from 673); Blue value is 219 (85.94% from 255 or 32.54% from 673); Max value from RGB is 237 - color contains mainly: green. Hex color #D9EDDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EDDB is #261224. Grayscale: #E5E5E5. Windows color (decimal): -2495013 or 14413273. OLE color: 14413273.

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

Color convert

RGB 217 237 219 -
CMYK 0.08 0 0.08 0.07
HSL 126º 0.36% 0.89% -
HSV(B) 126º 0.08% 0.93% -
XYZ 71.69 80.43 78.77 -
YUV 228.97 122.37 119.46 -
System Red Green Blue C M Y K H S L
Decimal 217 237 219 0.08 0 0.08 0.07 126 0.36 0.89
Hex D9 ED DB 8 0 8 7 7E 24 59
Octal 331 355 333 10 0 10 7 176 44 131
Binary 11011001 11101101 11011011 1000 0 1000 111 1111110 100100 1011001

Color Harmonies of #D9EDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EDDB

Black with #D9EDDB

Text Example


Text Example

White with #D9EDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EDDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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