#D5DAD1

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

Shades of Aqua Haze #D5DAD1

Tints of Aqua Haze #D5DAD1

Color information

#D5DAD1 (or 0xD5DAD1) is unknown color: approx Aqua Haze. HEX triplet: D5, DA and D1. RGB value is (213,218,209). Sum of RGB (Red+Green+Blue) = 213+218+209=640 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.28% from 640); Green value is 218 (85.55% from 255 or 34.06% from 640); Blue value is 209 (82.03% from 255 or 32.66% from 640); Max value from RGB is 218 - color contains mainly: green. Hex color #D5DAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DAD1 is #2A252E. Grayscale: #D7D7D7. Windows color (decimal): -2762031 or 13753045. OLE color: 13753045.

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

Color convert

RGB213218209-
CMYK0.0200.040.15
HSL93.33º10.84%83.73%-
HSV(B)93.33º4.13%85.49%-
XYZ64.0268.8970.24-
YUV215.48124.34126.23-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.28%
GREEN value IS 218 (85.55% from 255) = 34.06%
BLUE value IS 209 (82.03% from 255) = 32.66%
R=33.28%
G=34.06%
B=32.66%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2132182090.0200.040.1593.3310.8483.73
HexD5DAD1204F5db54
Octal3253323212041713513124
Binary1101010111011010110100011001001111101110110111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DAD1; }

 p { color: rgb(213,218,209); }

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

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

 a { background-color: rgb(213,218,209); }

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

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

 span { border-color: rgb(213,218,209); }

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