#DCDFD8

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

Shades of Aqua Haze #DCDFD8

Tints of Aqua Haze #DCDFD8

Color information

#DCDFD8 (or 0xDCDFD8) is unknown color: approx Aqua Haze. HEX triplet: DC, DF and D8. RGB value is (220,223,216). Sum of RGB (Red+Green+Blue) = 220+223+216=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 223 (87.5% from 255 or 33.84% from 659); Blue value is 216 (84.77% from 255 or 32.78% from 659); Max value from RGB is 223 - color contains mainly: green. Hex color #DCDFD8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCDFD8 is #232027. Grayscale: #DDDDDD. Windows color (decimal): -2301992 or 14213084. OLE color: 14213084.

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

Color convert

RGB220223216-
CMYK0.0100.030.13
HSL85.71º9.86%86.08%-
HSV(B)85.71º3.14%87.45%-
XYZ68.372.9575.45-
YUV221.3125.01127.07-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 223 (87.5% from 255) = 33.84%
BLUE value IS 216 (84.77% from 255) = 32.78%
R=33.38%
G=33.84%
B=32.78%

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
Decimal2202232160.0100.030.1385.719.8686.08
HexDCDFD8103D56a56
Octal3343373301031512612126
Binary11011100110111111101100010111101101011010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCDFD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCDFD8; }

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

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

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

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

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

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

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

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