#DADFD6

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

Shades of Aqua Haze #DADFD6

Tints of Aqua Haze #DADFD6

Color information

#DADFD6 (or 0xDADFD6) is unknown color: approx Aqua Haze. HEX triplet: DA, DF and D6. RGB value is (218,223,214). Sum of RGB (Red+Green+Blue) = 218+223+214=655 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.28% from 655); Green value is 223 (87.5% from 255 or 34.05% from 655); Blue value is 214 (83.98% from 255 or 32.67% from 655); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD6 is #252029. Grayscale: #DCDCDC. Windows color (decimal): -2433066 or 14082010. OLE color: 14082010.

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

Color convert

RGB218223214-
CMYK0.0200.040.13
HSL93.33º12.33%85.69%-
HSV(B)93.33º4.04%87.45%-
XYZ67.4472.5474.06-
YUV220.48124.34126.23-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 34.05%
BLUE value IS 214 (83.98% from 255) = 32.67%
R=33.28%
G=34.05%
B=32.67%

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
Decimal2182232140.0200.040.1393.3312.3385.69
HexDADFD6204D5dc56
Octal3323373262041513514126
Binary1101101011011111110101101001001101101110111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFD6; }

 p { color: rgb(218,223,214); }

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

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

 a { background-color: rgb(218,223,214); }

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

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

 span { border-color: rgb(218,223,214); }

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