#D9DCD9

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

Shades of Aqua Squeeze #D9DCD9

Tints of Aqua Squeeze #D9DCD9

Color information

#D9DCD9 (or 0xD9DCD9) is unknown color: approx Aqua Squeeze. HEX triplet: D9, DC and D9. RGB value is (217,220,217). Sum of RGB (Red+Green+Blue) = 217+220+217=654 (86% of max value = 765). Red value is 217 (85.16% from 255 or 33.18% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 217 (85.16% from 255 or 33.18% from 654); Max value from RGB is 220 - color contains mainly: green. Hex color #D9DCD9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9DCD9 is #262326. Grayscale: #DADADA. Windows color (decimal): -2499367 or 14277849. OLE color: 14277849.

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

Color convert

RGB217220217-
CMYK0.0100.010.14
HSL120º4.11%85.69%-
HSV(B)120º1.36%86.27%-
XYZ66.7370.9575.82-
YUV218.76127.01126.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 33.18%
GREEN value IS 220 (86.33% from 255) = 33.64%
BLUE value IS 217 (85.16% from 255) = 33.18%
R=33.18%
G=33.64%
B=33.18%

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
Decimal2172202170.0100.010.141204.1185.69
HexD9DCD9101E78456
Octal331334331101161704126
Binary110110011101110011011001101111011110001001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9DCD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9DCD9; }

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

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

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

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

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

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

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

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