#D8DDD3

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

Shades of Aqua Haze #D8DDD3

Tints of Aqua Haze #D8DDD3

Color information

#D8DDD3 (or 0xD8DDD3) is unknown color: approx Aqua Haze. HEX triplet: D8, DD and D3. RGB value is (216,221,211). Sum of RGB (Red+Green+Blue) = 216+221+211=648 (85% of max value = 765). Red value is 216 (84.77% from 255 or 33.33% from 648); Green value is 221 (86.72% from 255 or 34.10% from 648); Blue value is 211 (82.81% from 255 or 32.56% from 648); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DDD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D8DDD3 is #27222C. Grayscale: #DADADA. Windows color (decimal): -2564653 or 13884888. OLE color: 13884888.

HSL color Cylindrical-coordinate representation of color #D8DDD3: hue angle of 90º degrees, saturation: 0.13, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D8DDD3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB216221211-
CMYK0.0200.050.13
HSL90º12.82%84.71%-
HSV(B)90º4.52%86.67%-
XYZ65.9371.0171.86-
YUV218.36123.84126.31-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 34.10%
BLUE value IS 211 (82.81% from 255) = 32.56%
R=33.33%
G=34.10%
B=32.56%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162212110.0200.050.139012.8284.71
HexD8DDD3205D5ad55
Octal3303353232051513215125
Binary1101100011011101110100111001011101101101011011010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DDD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DDD3; }

 p { color: rgb(216,221,211); }

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

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

 a { background-color: rgb(216,221,211); }

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

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

 span { border-color: rgb(216,221,211); }

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