Html Css Color HEX #D9EBDB Aqua Squeeze

📋 copy color: '#D9EBDB'

red 217 ◦ green 235 ◦ blue 219

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

Shades of Aqua Squeeze #D9EBDB

Tints of Aqua Squeeze #D9EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 35.02%

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

R = 32.34%
G = 35.02%
B = 32.64%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#D9EBDB (or 0xD9EBDB) is known color: Aqua Squeeze. HEX triplet: D9, EB and DB. RGB value is (217,235,219). Sum of RGB (Red+Green+Blue) = 217+235+219=671 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.34% from 671); Green value is 235 (92.19% from 255 or 35.02% from 671); Blue value is 219 (85.94% from 255 or 32.64% from 671); Max value from RGB is 235 - color contains mainly: green. Hex color #D9EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9EBDB is #261424. Grayscale: #E3E3E3. Windows color (decimal): -2495525 or 14412761. OLE color: 14412761.

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

Color convert

RGB 217 235 219 -
CMYK 0.08 0 0.07 0.08
HSL 126.67º 0.31% 0.89% -
HSV(B) 126.67º 0.08% 0.92% -
XYZ 71.11 79.28 78.57 -
YUV 227.79 123.04 120.3 -
System Red Green Blue C M Y K H S L
Decimal 217 235 219 0.08 0 0.07 0.08 126.67 0.31 0.89
Hex D9 EB DB 8 0 7 8 7F 1F 59
Octal 331 353 333 10 0 7 10 177 37 131
Binary 11011001 11101011 11011011 1000 0 111 1000 1111111 11111 1011001

Color Harmonies of #D9EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9EBDB

Black with #D9EBDB

Text Example


Text Example

White with #D9EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9EBDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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