#D5DBD1

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

Shades of Aqua Haze #D5DBD1

Tints of Aqua Haze #D5DBD1

Color information

#D5DBD1 (or 0xD5DBD1) is unknown color: approx Aqua Haze. HEX triplet: D5, DB and D1. RGB value is (213,219,209). Sum of RGB (Red+Green+Blue) = 213+219+209=641 (84% of max value = 765). Red value is 213 (83.59% from 255 or 33.23% from 641); Green value is 219 (85.94% from 255 or 34.17% from 641); Blue value is 209 (82.03% from 255 or 32.61% from 641); Max value from RGB is 219 - color contains mainly: green. Hex color #D5DBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5DBD1 is #2A242E. Grayscale: #D8D8D8. Windows color (decimal): -2761775 or 13753301. OLE color: 13753301.

HSL color Cylindrical-coordinate representation of color #D5DBD1: hue angle of 96º degrees, saturation: 0.12, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D5DBD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB213219209-
CMYK0.0300.050.14
HSL96º12.2%83.92%-
HSV(B)96º4.57%85.88%-
XYZ64.2869.4170.33-
YUV216.07124.01125.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 33.23%
GREEN value IS 219 (85.94% from 255) = 34.17%
BLUE value IS 209 (82.03% from 255) = 32.61%
R=33.23%
G=34.17%
B=32.61%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2132192090.0300.050.149612.283.92
HexD5DBD1305E60c54
Octal3253333213051614014124
Binary1101010111011011110100011101011110110000011001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DBD1; }

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

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

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

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

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

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

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

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