#D6DCD1

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

Shades of Aqua Haze #D6DCD1

Tints of Aqua Haze #D6DCD1

Color information

#D6DCD1 (or 0xD6DCD1) is unknown color: approx Aqua Haze. HEX triplet: D6, DC and D1. RGB value is (214,220,209). Sum of RGB (Red+Green+Blue) = 214+220+209=643 (85% of max value = 765). Red value is 214 (83.98% from 255 or 33.28% from 643); Green value is 220 (86.33% from 255 or 34.21% from 643); Blue value is 209 (82.03% from 255 or 32.50% from 643); Max value from RGB is 220 - color contains mainly: green. Hex color #D6DCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6DCD1 is #29232E. Grayscale: #D8D8D8. Windows color (decimal): -2695983 or 13753558. OLE color: 13753558.

HSL color Cylindrical-coordinate representation of color #D6DCD1: hue angle of 92.73º degrees, saturation: 0.14, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D6DCD1 is Cyan = 0.03, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.14.

Color convert

RGB214220209-
CMYK0.0300.050.14
HSL92.73º13.58%84.12%-
HSV(B)92.73º5%86.27%-
XYZ64.8370.0970.43-
YUV216.95123.51125.89-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 33.28%
GREEN value IS 220 (86.33% from 255) = 34.21%
BLUE value IS 209 (82.03% from 255) = 32.50%
R=33.28%
G=34.21%
B=32.50%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2142202090.0300.050.1492.7313.5884.12
HexD6DCD1305E5de54
Octal3263343213051613516124
Binary1101011011011100110100011101011110101110111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6DCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6DCD1; }

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

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

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

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

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

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

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

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