#D5ECD6

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

Shades of Aqua Squeeze #D5ECD6

Tints of Aqua Squeeze #D5ECD6

Color information

#D5ECD6 (or 0xD5ECD6) is unknown color: approx Aqua Squeeze. HEX triplet: D5, EC and D6. RGB value is (213,236,214). Sum of RGB (Red+Green+Blue) = 213+236+214=663 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.13% from 663); Green value is 236 (92.58% from 255 or 35.60% from 663); Blue value is 214 (83.98% from 255 or 32.28% from 663); Max value from RGB is 236 - color contains mainly: green. Hex color #D5ECD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5ECD6 is #2A1329. Grayscale: #E2E2E2. Windows color (decimal): -2757418 or 14085333. OLE color: 14085333.

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

Color convert

RGB213236214-
CMYK0.1000.090.07
HSL122.61º37.7%88.04%-
HSV(B)122.61º9.75%92.55%-
XYZ69.5778.9975.2-
YUV226.62120.88118.29-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.13%
GREEN value IS 236 (92.58% from 255) = 35.60%
BLUE value IS 214 (83.98% from 255) = 32.28%
R=32.13%
G=35.60%
B=32.28%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2132362140.1000.090.07122.6137.788.04
HexD5ECD6A0977b2658
Octal32535432612011717346130
Binary11010101111011001101011010100100111111110111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5ECD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5ECD6; }

 p { color: rgb(213,236,214); }

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

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

 a { background-color: rgb(213,236,214); }

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

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

 span { border-color: rgb(213,236,214); }

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