#DCE1D6

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

Shades of Aqua Haze #DCE1D6

Tints of Aqua Haze #DCE1D6

Color information

#DCE1D6 (or 0xDCE1D6) is unknown color: approx Aqua Haze. HEX triplet: DC, E1 and D6. RGB value is (220,225,214). Sum of RGB (Red+Green+Blue) = 220+225+214=659 (87% of max value = 765). Red value is 220 (86.33% from 255 or 33.38% from 659); Green value is 225 (88.28% from 255 or 34.14% from 659); Blue value is 214 (83.98% from 255 or 32.47% from 659); Max value from RGB is 225 - color contains mainly: green. Hex color #DCE1D6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCE1D6 is #231E29. Grayscale: #DEDEDE. Windows color (decimal): -2301482 or 14082524. OLE color: 14082524.

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

Color convert

RGB220225214-
CMYK0.0200.050.12
HSL87.27º15.49%86.08%-
HSV(B)87.27º4.89%88.24%-
XYZ68.5873.9274.27-
YUV222.25123.34126.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 33.38%
GREEN value IS 225 (88.28% from 255) = 34.14%
BLUE value IS 214 (83.98% from 255) = 32.47%
R=33.38%
G=34.14%
B=32.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal2202252140.0200.050.1287.2715.4986.08
HexDCE1D6205C57f56
Octal3343413262051412717126
Binary1101110011100001110101101001011100101011111111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCE1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCE1D6; }

 p { color: rgb(220,225,214); }

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

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

 a { background-color: rgb(220,225,214); }

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

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

 span { border-color: rgb(220,225,214); }

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