#D6EBD9

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

Shades of Aqua Squeeze #D6EBD9

Tints of Aqua Squeeze #D6EBD9

Color information

#D6EBD9 (or 0xD6EBD9) is unknown color: approx Aqua Squeeze. HEX triplet: D6, EB and D9. RGB value is (214,235,217). Sum of RGB (Red+Green+Blue) = 214+235+217=666 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.13% from 666); Green value is 235 (92.19% from 255 or 35.29% from 666); Blue value is 217 (85.16% from 255 or 32.58% from 666); Max value from RGB is 235 - color contains mainly: green. Hex color #D6EBD9 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EBD9 is #291426. Grayscale: #E2E2E2. Windows color (decimal): -2692135 or 14281686. OLE color: 14281686.

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

Color convert

RGB214235217-
CMYK0.0900.080.08
HSL128.57º34.43%88.04%-
HSV(B)128.57º8.94%92.16%-
XYZ69.9678.7277.15-
YUV226.67122.54118.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.13%
GREEN value IS 235 (92.19% from 255) = 35.29%
BLUE value IS 217 (85.16% from 255) = 32.58%
R=32.13%
G=35.29%
B=32.58%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2142352170.0900.080.08128.5734.4388.04
HexD6EBD99088812258
Octal326353331110101020142130
Binary1101011011101011110110011001010001000100000011000101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EBD9; }

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

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

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

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

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

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

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

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