#D3EBD5

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

Shades of Aqua Squeeze #D3EBD5

Tints of Aqua Squeeze #D3EBD5

Color information

#D3EBD5 (or 0xD3EBD5) is unknown color: approx Aqua Squeeze. HEX triplet: D3, EB and D5. RGB value is (211,235,213). Sum of RGB (Red+Green+Blue) = 211+235+213=659 (87% of max value = 765). Red value is 211 (82.81% from 255 or 32.02% from 659); Green value is 235 (92.19% from 255 or 35.66% from 659); Blue value is 213 (83.59% from 255 or 32.32% from 659); Max value from RGB is 235 - color contains mainly: green. Hex color #D3EBD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3EBD5 is #2C142A. Grayscale: #E1E1E1. Windows color (decimal): -2888747 or 14019539. OLE color: 14019539.

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

Color convert

RGB211235213-
CMYK0.1000.090.08
HSL125º37.5%87.45%-
HSV(B)125º10.21%92.16%-
XYZ68.5878.0774.41-
YUV225.32121.05117.79-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.02%
GREEN value IS 235 (92.19% from 255) = 35.66%
BLUE value IS 213 (83.59% from 255) = 32.32%
R=32.02%
G=35.66%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2112352130.1000.090.0812537.587.45
HexD3EBD5A0987d2657
Octal323353325120111017546127
Binary110100111110101111010101101001001100011111011001101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3EBD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3EBD5; }

 p { color: rgb(211,235,213); }

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

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

 a { background-color: rgb(211,235,213); }

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

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

 span { border-color: rgb(211,235,213); }

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