#DCDFDA

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

Shades of Aqua Haze #DCDFDA

Tints of Aqua Haze #DCDFDA

Color information

#DCDFDA (or 0xDCDFDA) is unknown color: approx Aqua Haze. HEX triplet: DC, DF and DA. RGB value is (220,223,218). Sum of RGB (Red+Green+Blue) = 220+223+218=661 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.28% from 661); Green value is 223 (87.5% from 255 or 33.74% from 661); Blue value is 218 (85.55% from 255 or 32.98% from 661); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFDA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFDA is #232025. Grayscale: #DDDDDD. Windows color (decimal): -2301990 or 14344156. OLE color: 14344156.

HSL color Cylindrical-coordinate representation of color #DCDFDA: 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 #DCDFDA is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB220223218-
CMYK0.0100.020.13
HSL96º7.25%86.47%-
HSV(B)96º2.24%87.45%-
XYZ68.5673.0576.82-
YUV221.53126.01126.91-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.28%
GREEN value IS 223 (87.5% from 255) = 33.74%
BLUE value IS 218 (85.55% 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
Decimal2202232180.0100.020.13967.2586.47
HexDCDFDA102D60756
Octal334337332102151407126
Binary1101110011011111110110101010110111000001111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFDA; }

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

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

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

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

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

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

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

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