#D2EDD3

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

Shades of Aqua Squeeze #D2EDD3

Tints of Aqua Squeeze #D2EDD3

Color information

#D2EDD3 (or 0xD2EDD3) is unknown color: approx Aqua Squeeze. HEX triplet: D2, ED and D3. RGB value is (210,237,211). Sum of RGB (Red+Green+Blue) = 210+237+211=658 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.91% from 658); Green value is 237 (92.97% from 255 or 36.02% from 658); Blue value is 211 (82.81% from 255 or 32.07% from 658); Max value from RGB is 237 - color contains mainly: green. Hex color #D2EDD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EDD3 is #2D122C. Grayscale: #E2E2E2. Windows color (decimal): -2953773 or 13888978. OLE color: 13888978.

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

Color convert

RGB210237211-
CMYK0.1100.110.07
HSL122.22º42.86%87.65%-
HSV(B)122.22º11.39%92.94%-
XYZ68.6278.9773.25-
YUV225.96119.55116.61-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.91%
GREEN value IS 237 (92.97% from 255) = 36.02%
BLUE value IS 211 (82.81% from 255) = 32.07%
R=31.91%
G=36.02%
B=32.07%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2102372110.1100.110.07122.2242.8687.65
HexD2EDD3B0B77a2b58
Octal32235532313013717253130
Binary11010010111011011101001110110101111111110101010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EDD3; }

 p { color: rgb(210,237,211); }

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

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

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

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

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

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

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