#DADFD3

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

Shades of Aqua Haze #DADFD3

Tints of Aqua Haze #DADFD3

Color information

#DADFD3 (or 0xDADFD3) is unknown color: approx Aqua Haze. HEX triplet: DA, DF and D3. RGB value is (218,223,211). Sum of RGB (Red+Green+Blue) = 218+223+211=652 (86% of max value = 765). Red value is 218 (85.55% from 255 or 33.44% from 652); Green value is 223 (87.5% from 255 or 34.20% from 652); Blue value is 211 (82.81% from 255 or 32.36% from 652); Max value from RGB is 223 - color contains mainly: green. Hex color #DADFD3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DADFD3 is #25202C. Grayscale: #DCDCDC. Windows color (decimal): -2433069 or 13885402. OLE color: 13885402.

HSL color Cylindrical-coordinate representation of color #DADFD3: hue angle of 85º degrees, saturation: 0.16, 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 #DADFD3 is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.13.

Color convert

RGB218223211-
CMYK0.0200.050.13
HSL85º15.79%85.1%-
HSV(B)85º5.38%87.45%-
XYZ67.0672.3872.07-
YUV220.14122.84126.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 33.44%
GREEN value IS 223 (87.5% from 255) = 34.20%
BLUE value IS 211 (82.81% from 255) = 32.36%
R=33.44%
G=34.20%
B=32.36%

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
Decimal2182232110.0200.050.138515.7985.1
HexDADFD3205D551055
Octal3323373232051512520125
Binary11011010110111111101001110010111011010101100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DADFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DADFD3; }

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

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

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

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

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

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

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

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