#D9DFD9

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

Shades of Aqua Squeeze #D9DFD9

Tints of Aqua Squeeze #D9DFD9

Color information

#D9DFD9 (or 0xD9DFD9) is unknown color: approx Aqua Squeeze. HEX triplet: D9, DF and D9. RGB value is (217,223,217). Sum of RGB (Red+Green+Blue) = 217+223+217=657 (87% of max value = 765). Red value is 217 (85.16% from 255 or 33.03% from 657); Green value is 223 (87.5% from 255 or 33.94% from 657); Blue value is 217 (85.16% from 255 or 33.03% from 657); Max value from RGB is 223 - color contains mainly: green. Hex color #D9DFD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DFD9 is #262026. Grayscale: #DCDCDC. Windows color (decimal): -2498599 or 14278617. OLE color: 14278617.

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

Color convert

RGB217223217-
CMYK0.0300.030.13
HSL120º8.57%86.27%-
HSV(B)120º2.69%87.45%-
XYZ67.5372.5476.09-
YUV220.52126.01125.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.03%
GREEN value IS 223 (87.5% from 255) = 33.94%
BLUE value IS 217 (85.16% from 255) = 33.03%
R=33.03%
G=33.94%
B=33.03%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2172232170.0300.030.131208.5786.27
HexD9DFD9303D78956
Octal3313373313031517011126
Binary110110011101111111011001110111101111100010011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DFD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DFD9; }

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

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

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

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

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

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

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

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