#D2E7D3

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

Shades of Aqua Squeeze #D2E7D3

Tints of Aqua Squeeze #D2E7D3

Color information

#D2E7D3 (or 0xD2E7D3) is unknown color: approx Aqua Squeeze. HEX triplet: D2, E7 and D3. RGB value is (210,231,211). Sum of RGB (Red+Green+Blue) = 210+231+211=652 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.21% from 652); Green value is 231 (90.62% from 255 or 35.43% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7D3 is #2D182C. Grayscale: #DEDEDE. Windows color (decimal): -2955309 or 13887442. OLE color: 13887442.

HSL color Cylindrical-coordinate representation of color #D2E7D3: hue angle of 122.86º degrees, saturation: 0.3, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D2E7D3 is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.09.

Color convert

RGB210231211-
CMYK0.0900.090.09
HSL122.86º30.43%86.47%-
HSV(B)122.86º9.09%90.59%-
XYZ66.9175.5672.69-
YUV222.44121.54119.13-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.21%
GREEN value IS 231 (90.62% from 255) = 35.43%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=32.21%
G=35.43%
B=32.36%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102312110.0900.090.09122.8630.4386.47
HexD2E7D390997b1e56
Octal322347323110111117336126
Binary11010010111001111101001110010100110011111011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7D3; }

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

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

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

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

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

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

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

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