#D3E3D5

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

Shades of Aqua Squeeze #D3E3D5

Tints of Aqua Squeeze #D3E3D5

Color information

#D3E3D5 (or 0xD3E3D5) is unknown color: approx Aqua Squeeze. HEX triplet: D3, E3 and D5. RGB value is (211,227,213). Sum of RGB (Red+Green+Blue) = 211+227+213=651 (86% of max value = 765). Red value is 211 (82.81% from 255 or 32.41% from 651); Green value is 227 (89.06% from 255 or 34.87% from 651); Blue value is 213 (83.59% from 255 or 32.72% from 651); Max value from RGB is 227 - color contains mainly: green. Hex color #D3E3D5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E3D5 is #2C1C2A. Grayscale: #DCDCDC. Windows color (decimal): -2890795 or 14017491. OLE color: 14017491.

HSL color Cylindrical-coordinate representation of color #D3E3D5: hue angle of 127.5º degrees, saturation: 0.22, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #D3E3D5 is Cyan = 0.07, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.11.

Color convert

RGB211227213-
CMYK0.0700.060.11
HSL127.5º22.22%85.88%-
HSV(B)127.5º7.05%89.02%-
XYZ66.3473.5973.66-
YUV220.62123.7121.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.41%
GREEN value IS 227 (89.06% from 255) = 34.87%
BLUE value IS 213 (83.59% from 255) = 32.72%
R=32.41%
G=34.87%
B=32.72%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112272130.0700.060.11127.522.2285.88
HexD3E3D5706B7f1656
Octal3233433257061317726126
Binary110100111110001111010101111011010111111111101101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E3D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E3D5; }

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

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

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

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

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

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

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

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