#D1C6DA

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

Shades of Fog #D1C6DA

Tints of Fog #D1C6DA

Color information

#D1C6DA (or 0xD1C6DA) is unknown color: approx Fog. HEX triplet: D1, C6 and DA. RGB value is (209,198,218). Sum of RGB (Red+Green+Blue) = 209+198+218=625 (82% of max value = 765). Red value is 209 (82.03% from 255 or 33.44% from 625); Green value is 198 (77.73% from 255 or 31.68% from 625); Blue value is 218 (85.55% from 255 or 34.88% from 625); Max value from RGB is 218 - color contains mainly: blue. Hex color #D1C6DA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C6DA is #2E3925. Grayscale: #CBCBCB. Windows color (decimal): -3029286 or 14337745. OLE color: 14337745.

HSL color Cylindrical-coordinate representation of color #D1C6DA: hue angle of 273º degrees, saturation: 0.21, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #D1C6DA is Cyan = 0.04, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB209198218-
CMYK0.040.0900.15
HSL273º21.28%81.57%-
HSV(B)273º9.17%85.49%-
XYZ59.1459.0174.6-
YUV203.57136.14131.87-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.44%
GREEN value IS 198 (77.73% from 255) = 31.68%
BLUE value IS 218 (85.55% from 255) = 34.88%
R=33.44%
G=31.68%
B=34.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2091982180.040.0900.1527321.2881.57
HexD1C6DA490F1111552
Octal32130633241101742125122
Binary110100011100011011011010100100101111100010001101011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C6DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C6DA; }

 p { color: rgb(209,198,218); }

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

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

 a { background-color: rgb(209,198,218); }

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

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

 span { border-color: rgb(209,198,218); }

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