#DADDD8

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

Shades of Aqua Haze #DADDD8

Tints of Aqua Haze #DADDD8

Color information

#DADDD8 (or 0xDADDD8) is unknown color: approx Aqua Haze. HEX triplet: DA, DD and D8. RGB value is (218,221,216). Sum of RGB (Red+Green+Blue) = 218+221+216=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 216 (84.77% from 255 or 32.98% from 655); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD8 is #252227. Grayscale: #DBDBDB. Windows color (decimal): -2433576 or 14212570. OLE color: 14212570.

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

Color convert

RGB218221216-
CMYK0.0100.020.13
HSL96º6.85%85.69%-
HSV(B)96º2.26%86.67%-
XYZ67.1671.5875.24-
YUV219.53126.01126.91-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 221 (86.72% from 255) = 33.74%
BLUE value IS 216 (84.77% from 255) = 32.98%
R=33.28%
G=33.74%
B=32.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212160.0100.020.13966.8585.69
HexDADDD8102D60756
Octal332335330102151407126
Binary1101101011011101110110001010110111000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDD8; }

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

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

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

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

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

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

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

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