#D8DBD8

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

Shades of Aqua Squeeze #D8DBD8

Tints of Aqua Squeeze #D8DBD8

Color information

#D8DBD8 (or 0xD8DBD8) is unknown color: approx Aqua Squeeze. HEX triplet: D8, DB and D8. RGB value is (216,219,216). Sum of RGB (Red+Green+Blue) = 216+219+216=651 (86% of max value = 765). Red value is 216 (84.77% from 255 or 33.18% from 651); Green value is 219 (85.94% from 255 or 33.64% from 651); Blue value is 216 (84.77% from 255 or 33.18% from 651); Max value from RGB is 219 - color contains mainly: green. Hex color #D8DBD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DBD8 is #272427. Grayscale: #D9D9D9. Windows color (decimal): -2565160 or 14212056. OLE color: 14212056.

HSL color Cylindrical-coordinate representation of color #D8DBD8: hue angle of 120º degrees, saturation: 0.04, 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 #D8DBD8 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.14.

Color convert

RGB216219216-
CMYK0.0100.010.14
HSL120º4%85.29%-
HSV(B)120º1.37%85.88%-
XYZ66.0570.2275.04-
YUV217.76127.01126.74-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.18%
GREEN value IS 219 (85.94% from 255) = 33.64%
BLUE value IS 216 (84.77% 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
Decimal2162192160.0100.010.14120485.29
HexD8DBD8101E78455
Octal330333330101161704125
Binary110110001101101111011000101111011110001001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DBD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DBD8; }

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

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

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

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

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

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

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

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