#D2E3D4

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

Shades of Aqua Squeeze #D2E3D4

Tints of Aqua Squeeze #D2E3D4

Color information

#D2E3D4 (or 0xD2E3D4) is unknown color: approx Aqua Squeeze. HEX triplet: D2, E3 and D4. RGB value is (210,227,212). Sum of RGB (Red+Green+Blue) = 210+227+212=649 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.36% from 649); Green value is 227 (89.06% from 255 or 34.98% from 649); Blue value is 212 (83.20% from 255 or 32.67% from 649); Max value from RGB is 227 - color contains mainly: green. Hex color #D2E3D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2E3D4 is #2D1C2B. Grayscale: #DCDCDC. Windows color (decimal): -2956332 or 13951954. OLE color: 13951954.

HSL color Cylindrical-coordinate representation of color #D2E3D4: hue angle of 127.06º degrees, saturation: 0.23, 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 #D2E3D4 is Cyan = 0.07, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.11.

Color convert

RGB210227212-
CMYK0.0700.070.11
HSL127.06º23.29%85.69%-
HSV(B)127.06º7.49%89.02%-
XYZ65.9373.3972.98-
YUV220.21123.37120.72-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.36%
GREEN value IS 227 (89.06% from 255) = 34.98%
BLUE value IS 212 (83.20% from 255) = 32.67%
R=32.36%
G=34.98%
B=32.67%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2102272120.0700.070.11127.0623.2985.69
HexD2E3D4707B7f1756
Octal3223433247071317727126
Binary110100101110001111010100111011110111111111101111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E3D4; }

 p { color: rgb(210,227,212); }

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

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

 a { background-color: rgb(210,227,212); }

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

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

 span { border-color: rgb(210,227,212); }

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