#DADED5

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

Shades of Aqua Haze #DADED5

Tints of Aqua Haze #DADED5

Color information

#DADED5 (or 0xDADED5) is unknown color: approx Aqua Haze. HEX triplet: DA, DE and D5. RGB value is (218,222,213). Sum of RGB (Red+Green+Blue) = 218+222+213=653 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.38% from 653); Green value is 222 (87.11% from 255 or 34.00% from 653); Blue value is 213 (83.59% from 255 or 32.62% from 653); Max value from RGB is 222 - color contains mainly: green. Hex color #DADED5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADED5 is #25212A. Grayscale: #DBDBDB. Windows color (decimal): -2433323 or 14016218. OLE color: 14016218.

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

Color convert

RGB218222213-
CMYK0.0200.040.13
HSL86.67º12%85.29%-
HSV(B)86.67º4.05%87.06%-
XYZ67.0471.9573.31-
YUV219.78124.17126.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.38%
GREEN value IS 222 (87.11% from 255) = 34.00%
BLUE value IS 213 (83.59% from 255) = 32.62%
R=33.38%
G=34.00%
B=32.62%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2182222130.0200.040.1386.671285.29
HexDADED5204D57c55
Octal3323363252041512714125
Binary1101101011011110110101011001001101101011111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADED5; }

 p { color: rgb(218,222,213); }

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

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

 a { background-color: rgb(218,222,213); }

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

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

 span { border-color: rgb(218,222,213); }

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