Html Css Color HEX #D9E5DB Aqua Squeeze

📋 copy color: '#D9E5DB'

red 217 ◦ green 229 ◦ blue 219

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

Shades of Aqua Squeeze #D9E5DB

Tints of Aqua Squeeze #D9E5DB

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.44%

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

R = 32.63%
G = 34.44%
B = 32.93%

CMYK

 C value IS 0.05

 M value IS 0

 Y value IS 0.04

 K value IS 0.10

RGB Variations

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

Color information

#D9E5DB (or 0xD9E5DB) is known color: Aqua Squeeze. HEX triplet: D9, E5 and DB. RGB value is (217,229,219). Sum of RGB (Red+Green+Blue) = 217+229+219=665 (88% of max value = 765). Red value is 217 (85.16% from 255 or 32.63% from 665); Green value is 229 (89.84% from 255 or 34.44% from 665); Blue value is 219 (85.94% from 255 or 32.93% from 665); Max value from RGB is 229 - color contains mainly: green. Hex color #D9E5DB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9E5DB is #261A24. Grayscale: #E0E0E0. Windows color (decimal): -2497061 or 14411225. OLE color: 14411225.

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

Color convert

RGB 217 229 219 -
CMYK 0.05 0 0.04 0.10
HSL 130º 0.19% 0.87% -
HSV(B) 130º 0.05% 0.9% -
XYZ 69.42 75.9 78.01 -
YUV 224.27 125.02 122.81 -
System Red Green Blue C M Y K H S L
Decimal 217 229 219 0.05 0 0.04 0.10 130 0.19 0.87
Hex D9 E5 DB 5 0 4 A 82 13 57
Octal 331 345 333 5 0 4 12 202 23 127
Binary 11011001 11100101 11011011 101 0 100 1010 10000010 10011 1010111

Color Harmonies of #D9E5DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9E5DB

Black with #D9E5DB

Text Example


Text Example

White with #D9E5DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9E5DB; }

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

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

background-color css

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

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

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

border-color css

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

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

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