#D9DBD9

Color #D9DBD9 Aqua Squeeze (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua Squeeze #D9DBD9

Tints of Aqua Squeeze #D9DBD9

Color information

#D9DBD9 (or 0xD9DBD9) is unknown color: approx Aqua Squeeze. HEX triplet: D9, DB and D9. RGB value is (217,219,217). Sum of RGB (Red+Green+Blue) = 217+219+217=653 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.23% from 653); Green value is 219 (85.94% from 255 or 33.54% from 653); Blue value is 217 (85.16% from 255 or 33.23% from 653); Max value from RGB is 219 - color contains mainly: green. Hex color #D9DBD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DBD9 is #262426. Grayscale: #DADADA. Windows color (decimal): -2499623 or 14277593. OLE color: 14277593.

HSL color Cylindrical-coordinate representation of color #D9DBD9: hue angle of 120º degrees, saturation: 0.03, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D9DBD9 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB217219217-
CMYK0.0100.010.14
HSL120º2.7%85.49%-
HSV(B)120º0.91%85.88%-
XYZ66.4770.4275.74-
YUV218.17127.34127.16-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 33.54%
BLUE value IS 217 (85.16% from 255) = 33.23%
R=33.23%
G=33.54%
B=33.23%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2172192170.0100.010.141202.785.49
HexD9DBD9101E78355
Octal331333331101161703125
Binary11011001110110111101100110111101111000111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DBD9; }

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

 H1.HeaderClassName
 {
   color: #D9DBD9;
 }
 .AnyTagClassName
 {
   color: #D9DBD9;
 }
</style>
background-color css

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

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

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

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

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

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