#DADDD7

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

Shades of Aqua Haze #DADDD7

Tints of Aqua Haze #DADDD7

Color information

#DADDD7 (or 0xDADDD7) is unknown color: approx Aqua Haze. HEX triplet: DA, DD and D7. RGB value is (218,221,215). Sum of RGB (Red+Green+Blue) = 218+221+215=654 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.33% from 654); Green value is 221 (86.72% from 255 or 33.79% from 654); Blue value is 215 (84.38% from 255 or 32.87% from 654); Max value from RGB is 221 - color contains mainly: green. Hex color #DADDD7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADDD7 is #252228. Grayscale: #DBDBDB. Windows color (decimal): -2433577 or 14147034. OLE color: 14147034.

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

Color convert

RGB218221215-
CMYK0.0100.030.13
HSL90º8.11%85.49%-
HSV(B)90º2.71%86.67%-
XYZ67.0471.5274.56-
YUV219.42125.51126.99-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.33%
GREEN value IS 221 (86.72% from 255) = 33.79%
BLUE value IS 215 (84.38% from 255) = 32.87%
R=33.33%
G=33.79%
B=32.87%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182212150.0100.030.13908.1185.49
HexDADDD7103D5a855
Octal3323353271031513210125
Binary11011010110111011101011110111101101101010001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADDD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADDD7; }

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

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

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

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

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

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

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

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