#D4D7D4

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

Shades of Aqua Squeeze #D4D7D4

Tints of Aqua Squeeze #D4D7D4

Color information

#D4D7D4 (or 0xD4D7D4) is unknown color: approx Aqua Squeeze. HEX triplet: D4, D7 and D4. RGB value is (212,215,212). Sum of RGB (Red+Green+Blue) = 212+215+212=639 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.18% from 639); Green value is 215 (84.38% from 255 or 33.65% from 639); Blue value is 212 (83.20% from 255 or 33.18% from 639); Max value from RGB is 215 - color contains mainly: green. Hex color #D4D7D4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D7D4 is #2B282B. Grayscale: #D5D5D5. Windows color (decimal): -2828332 or 13948884. OLE color: 13948884.

HSL color Cylindrical-coordinate representation of color #D4D7D4: hue angle of 120º degrees, saturation: 0.04, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #D4D7D4 is Cyan = 0.01, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB212215212-
CMYK0.0100.010.16
HSL120º3.61%83.73%-
HSV(B)120º1.4%84.31%-
XYZ63.3467.3571.95-
YUV213.76127.01126.74-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.18%
GREEN value IS 215 (84.38% from 255) = 33.65%
BLUE value IS 212 (83.20% from 255) = 33.18%
R=33.18%
G=33.65%
B=33.18%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122152120.0100.010.161203.6183.73
HexD4D7D41011078454
Octal324327324101201704124
Binary1101010011010111110101001011000011110001001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D7D4; }

 p { color: rgb(212,215,212); }

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

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

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

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

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

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

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