#D7DAD4

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

Shades of Aqua Haze #D7DAD4

Tints of Aqua Haze #D7DAD4

Color information

#D7DAD4 (or 0xD7DAD4) is unknown color: approx Aqua Haze. HEX triplet: D7, DA and D4. RGB value is (215,218,212). Sum of RGB (Red+Green+Blue) = 215+218+212=645 (85% of max value = 765). Red value is 215 (84.38% from 255 or 33.33% from 645); Green value is 218 (85.55% from 255 or 33.80% from 645); Blue value is 212 (83.20% from 255 or 32.87% from 645); Max value from RGB is 218 - color contains mainly: green. Hex color #D7DAD4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DAD4 is #28252B. Grayscale: #D8D8D8. Windows color (decimal): -2630956 or 13949655. OLE color: 13949655.

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

Color convert

RGB215218212-
CMYK0.0100.030.15
HSL90º7.5%84.31%-
HSV(B)90º2.75%85.49%-
XYZ64.9869.3472.25-
YUV216.42125.51126.99-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 33.33%
GREEN value IS 218 (85.55% from 255) = 33.80%
BLUE value IS 212 (83.20% from 255) = 32.87%
R=33.33%
G=33.80%
B=32.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2152182120.0100.030.15907.584.31
HexD7DAD4103F5a854
Octal3273323241031713210124
Binary11010111110110101101010010111111101101010001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DAD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DAD4; }

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

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

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

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

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

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

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

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