#D5F1D8

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

Shades of Aqua Squeeze #D5F1D8

Tints of Aqua Squeeze #D5F1D8

Color information

#D5F1D8 (or 0xD5F1D8) is unknown color: approx Aqua Squeeze. HEX triplet: D5, F1 and D8. RGB value is (213,241,216). Sum of RGB (Red+Green+Blue) = 213+241+216=670 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.79% from 670); Green value is 241 (94.53% from 255 or 35.97% from 670); Blue value is 216 (84.77% from 255 or 32.24% from 670); Max value from RGB is 241 - color contains mainly: green. Hex color #D5F1D8 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5F1D8 is #2A0E27. Grayscale: #E5E5E5. Windows color (decimal): -2756136 or 14217685. OLE color: 14217685.

HSL color Cylindrical-coordinate representation of color #D5F1D8: hue angle of 126.43º degrees, saturation: 0.5, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5F1D8 is Cyan = 0.12, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.

Color convert

RGB213241216-
CMYK0.1200.100.05
HSL126.43º50%89.02%-
HSV(B)126.43º11.62%94.51%-
XYZ71.2982.0177.04-
YUV229.78120.22116.03-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.79%
GREEN value IS 241 (94.53% from 255) = 35.97%
BLUE value IS 216 (84.77% from 255) = 32.24%
R=31.79%
G=35.97%
B=32.24%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2132412160.1200.100.05126.435089.02
HexD5F1D8C0A57e3259
Octal32536133014012517662131
Binary11010101111100011101100011000101010111111101100101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5F1D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5F1D8; }

 p { color: rgb(213,241,216); }

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

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

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

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

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

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

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