Html Css Color HEX #D9ECDB Aqua Squeeze

📋 copy color: '#D9ECDB'

red 217 ◦ green 236 ◦ blue 219

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

Shades of Aqua Squeeze #D9ECDB

Tints of Aqua Squeeze #D9ECDB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 35.12%

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

R = 32.29%
G = 35.12%
B = 32.59%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.07

RGB Variations

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

Color information

#D9ECDB (or 0xD9ECDB) is known color: Aqua Squeeze. HEX triplet: D9, EC and DB. RGB value is (217,236,219). Sum of RGB (Red+Green+Blue) = 217+236+219=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 236 (92.58% from 255 or 35.12% from 672); Blue value is 219 (85.94% from 255 or 32.59% from 672); Max value from RGB is 236 - color contains mainly: green. Hex color #D9ECDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9ECDB is #261324. Grayscale: #E4E4E4. Windows color (decimal): -2495269 or 14413017. OLE color: 14413017.

HSL color Cylindrical-coordinate representation of color #D9ECDB: hue angle of 126.32º degrees, saturation: 0.33, 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 #D9ECDB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB 217 236 219 -
CMYK 0.08 0 0.07 0.07
HSL 126.32º 0.33% 0.89% -
HSV(B) 126.32º 0.08% 0.93% -
XYZ 71.4 79.86 78.67 -
YUV 228.38 122.71 119.88 -
System Red Green Blue C M Y K H S L
Decimal 217 236 219 0.08 0 0.07 0.07 126.32 0.33 0.89
Hex D9 EC DB 8 0 7 7 7E 21 59
Octal 331 354 333 10 0 7 7 176 41 131
Binary 11011001 11101100 11011011 1000 0 111 111 1111110 100001 1011001

Color Harmonies of #D9ECDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9ECDB

Black with #D9ECDB

Text Example


Text Example

White with #D9ECDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9ECDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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