#D2EBD6

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

Shades of Aqua Squeeze #D2EBD6

Tints of Aqua Squeeze #D2EBD6

Color information

#D2EBD6 (or 0xD2EBD6) is unknown color: approx Aqua Squeeze. HEX triplet: D2, EB and D6. RGB value is (210,235,214). Sum of RGB (Red+Green+Blue) = 210+235+214=659 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.87% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBD6 is #2D1429. Grayscale: #E1E1E1. Windows color (decimal): -2954282 or 14085074. OLE color: 14085074.

HSL color Cylindrical-coordinate representation of color #D2EBD6: hue angle of 129.6º degrees, saturation: 0.38, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D2EBD6 is Cyan = 0.11, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.08.

Color convert

RGB210235214-
CMYK0.1100.090.08
HSL129.6º38.46%87.25%-
HSV(B)129.6º10.64%92.16%-
XYZ68.4277.9775.06-
YUV225.13121.72117.21-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.87%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=31.87%
G=35.66%
B=32.47%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352140.1100.090.08129.638.4687.25
HexD2EBD6B098822657
Octal322353326130111020246127
Binary1101001011101011110101101011010011000100000101001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBD6; }

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

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

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

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

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

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

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

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