#D2F2D6

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

Shades of Aqua Squeeze #D2F2D6

Tints of Aqua Squeeze #D2F2D6

Color information

#D2F2D6 (or 0xD2F2D6) is unknown color: approx Aqua Squeeze. HEX triplet: D2, F2 and D6. RGB value is (210,242,214). Sum of RGB (Red+Green+Blue) = 210+242+214=666 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.53% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 214 (83.98% from 255 or 32.13% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #D2F2D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F2D6 is #2D0D29. Grayscale: #E5E5E5. Windows color (decimal): -2952490 or 14086866. OLE color: 14086866.

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

Color convert

RGB210242214-
CMYK0.1300.120.05
HSL127.5º55.17%88.63%-
HSV(B)127.5º13.22%94.9%-
XYZ70.4782.0675.74-
YUV229.24119.4114.28-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.53%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 214 (83.98% from 255) = 32.13%
R=31.53%
G=36.34%
B=32.13%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2102422140.1300.120.05127.555.1788.63
HexD2F2D6D0C57f3759
Octal32236232615014517767131
Binary11010010111100101101011011010110010111111111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F2D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F2D6; }

 p { color: rgb(210,242,214); }

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

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

 a { background-color: rgb(210,242,214); }

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

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

 span { border-color: rgb(210,242,214); }

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