#D2E4D2

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

Shades of Aqua Squeeze #D2E4D2

Tints of Aqua Squeeze #D2E4D2

Color information

#D2E4D2 (or 0xD2E4D2) is unknown color: approx Aqua Squeeze. HEX triplet: D2, E4 and D2. RGB value is (210,228,210). Sum of RGB (Red+Green+Blue) = 210+228+210=648 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.41% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 210 (82.42% from 255 or 32.41% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #D2E4D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E4D2 is #2D1B2D. Grayscale: #DCDCDC. Windows color (decimal): -2956078 or 13821138. OLE color: 13821138.

HSL color Cylindrical-coordinate representation of color #D2E4D2: hue angle of 120º degrees, saturation: 0.25, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D2E4D2 is Cyan = 0.08, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB210228210-
CMYK0.0800.080.11
HSL120º25%85.88%-
HSV(B)120º7.89%89.41%-
XYZ65.9573.8471.75-
YUV220.57122.04120.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.41%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 210 (82.42% from 255) = 32.41%
R=32.41%
G=35.19%
B=32.41%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102282100.0800.080.111202585.88
HexD2E4D2808B781956
Octal322344322100101317031126
Binary11010010111001001101001010000100010111111000110011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E4D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E4D2; }

 p { color: rgb(210,228,210); }

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

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

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

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

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

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

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