#D4D5D3

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

Shades of Aqua Haze #D4D5D3

Tints of Aqua Haze #D4D5D3

Color information

#D4D5D3 (or 0xD4D5D3) is unknown color: approx Aqua Haze. HEX triplet: D4, D5 and D3. RGB value is (212,213,211). Sum of RGB (Red+Green+Blue) = 212+213+211=636 (84% of max value = 765). Red value is 212 (83.20% from 255 or 33.33% from 636); Green value is 213 (83.59% from 255 or 33.49% from 636); Blue value is 211 (82.81% from 255 or 33.18% from 636); Max value from RGB is 213 - color contains mainly: green. Hex color #D4D5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4D5D3 is #2B2A2C. Grayscale: #D4D4D4. Windows color (decimal): -2828845 or 13882836. OLE color: 13882836.

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

Color convert

RGB212213211-
CMYK0.0000.010.16
HSL90º2.33%83.14%-
HSV(B)90º0.94%83.53%-
XYZ62.766.2971.12-
YUV212.47127.17127.66-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 33.33%
GREEN value IS 213 (83.59% from 255) = 33.49%
BLUE value IS 211 (82.81% from 255) = 33.18%
R=33.33%
G=33.49%
B=33.18%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2122132110.0000.010.16902.3383.14
HexD4D5D3001105a253
Octal324325323001201322123
Binary110101001101010111010011001100001011010101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4D5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4D5D3; }

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

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

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

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

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

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

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

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