#D8EBDB

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

Shades of Aqua Squeeze #D8EBDB

Tints of Aqua Squeeze #D8EBDB

Color information

#D8EBDB (or 0xD8EBDB) is unknown color: approx Aqua Squeeze. HEX triplet: D8, EB and DB. RGB value is (216,235,219). Sum of RGB (Red+Green+Blue) = 216+235+219=670 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.24% from 670); Green value is 235 (92.19% from 255 or 35.07% from 670); Blue value is 219 (85.94% from 255 or 32.69% from 670); Max value from RGB is 235 - color contains mainly: green. Hex color #D8EBDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8EBDB is #271424. Grayscale: #E3E3E3. Windows color (decimal): -2561061 or 14412760. OLE color: 14412760.

HSL color Cylindrical-coordinate representation of color #D8EBDB: hue angle of 129.47º degrees, saturation: 0.32, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D8EBDB is Cyan = 0.08, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.08.

Color convert

RGB216235219-
CMYK0.0800.070.08
HSL129.47º32.2%88.43%-
HSV(B)129.47º8.09%92.16%-
XYZ70.8179.1378.56-
YUV227.5123.21119.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.24%
GREEN value IS 235 (92.19% from 255) = 35.07%
BLUE value IS 219 (85.94% from 255) = 32.69%
R=32.24%
G=35.07%
B=32.69%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2162352190.0800.070.08129.4732.288.43
HexD8EBDB8078812058
Octal33035333310071020140130
Binary110110001110101111011011100001111000100000011000001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8EBDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8EBDB; }

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

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

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

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

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

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

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

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