#D1C7DC

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

Shades of Fog #D1C7DC

Tints of Fog #D1C7DC

Color information

#D1C7DC (or 0xD1C7DC) is unknown color: approx Fog. HEX triplet: D1, C7 and DC. RGB value is (209,199,220). Sum of RGB (Red+Green+Blue) = 209+199+220=628 (83% of max value = 765). Red value is 209 (82.03% from 255 or 33.28% from 628); Green value is 199 (78.12% from 255 or 31.69% from 628); Blue value is 220 (86.33% from 255 or 35.03% from 628); Max value from RGB is 220 - color contains mainly: blue. Hex color #D1C7DC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1C7DC is #2E3823. Grayscale: #CCCCCC. Windows color (decimal): -3029028 or 14469073. OLE color: 14469073.

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

Color convert

RGB209199220-
CMYK0.050.1000.14
HSL268.57º23.08%82.16%-
HSV(B)268.57º9.55%86.27%-
XYZ59.6459.5776.07-
YUV204.38136.81131.29-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 33.28%
GREEN value IS 199 (78.12% from 255) = 31.69%
BLUE value IS 220 (86.33% from 255) = 35.03%
R=33.28%
G=31.69%
B=35.03%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2091992200.050.1000.14268.5723.0882.16
HexD1C7DC5A0E10d1752
Octal32130733451201641527122
Binary110100011100011111011100101101001110100001101101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1C7DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1C7DC; }

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

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

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

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

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

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

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

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