#D8F0DA

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

Shades of Aqua Squeeze #D8F0DA

Tints of Aqua Squeeze #D8F0DA

Color information

#D8F0DA (or 0xD8F0DA) is unknown color: approx Aqua Squeeze. HEX triplet: D8, F0 and DA. RGB value is (216,240,218). Sum of RGB (Red+Green+Blue) = 216+240+218=674 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32.05% from 674); Green value is 240 (94.14% from 255 or 35.61% from 674); Blue value is 218 (85.55% from 255 or 32.34% from 674); Max value from RGB is 240 - color contains mainly: green. Hex color #D8F0DA is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F0DA is #270F25. Grayscale: #E6E6E6. Windows color (decimal): -2559782 or 14348504. OLE color: 14348504.

HSL color Cylindrical-coordinate representation of color #D8F0DA: hue angle of 125º degrees, saturation: 0.44, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D8F0DA is Cyan = 0.1, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.

Color convert

RGB216240218-
CMYK0.100.090.06
HSL125º44.44%89.41%-
HSV(B)125º10%94.12%-
XYZ72.1381.9878.35-
YUV230.32121.05117.79-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.05%
GREEN value IS 240 (94.14% from 255) = 35.61%
BLUE value IS 218 (85.55% from 255) = 32.34%
R=32.05%
G=35.61%
B=32.34%

CMYK

C (Cyan) values IS 0.1
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2162402180.100.090.0612544.4489.41
HexD8F0DAA0967d2c59
Octal33036033212011617554131
Binary11011000111100001101101010100100111011111011011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8F0DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8F0DA; }

 p { color: rgb(216,240,218); }

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

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

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

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

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

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

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